Skip to content

test for #50518 - #60627

Merged
bors merged 1 commit into
rust-lang:masterfrom
matklad:test
May 9, 2019
Merged

test for #50518#60627
bors merged 1 commit into
rust-lang:masterfrom
matklad:test

Conversation

@matklad

Copy link
Copy Markdown
Contributor

It was fixed somewhere between 1.28.0 and 1.31.1

closes#50518

r? @estebank

Where's the best place to add this test? I think we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.

Should this be UI test with empty stdout, stderr and zero return code?

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 8, 2019
@Centril

Copy link
Copy Markdown
Contributor

Where's the best place to add this test? I think we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.

Move this to src/test/ui/<somewhere> and add // compile-pass to the top of the file.
No new tests should be added to src/test/run-pass; that folder is "deprecated".

It was fixed somewhere between 1.28.0 and 1.31.1
closesrust-lang#50518
@matklad

Copy link
Copy Markdown
ContributorAuthor

Thanks, @Centril !

@estebank

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented May 8, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit c87d2cc has been approved by estebank

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
test for rust-lang#50518
It was fixed somewhere between 1.28.0 and 1.31.1
closesrust-lang#50518
r? @estebank
Where's the best place to add this test? I *think* we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.
Should this be UI test with empty stdout, stderr and zero return code?
@CentrilCentril mentioned this pull request May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
test for rust-lang#50518
It was fixed somewhere between 1.28.0 and 1.31.1
closesrust-lang#50518
r? @estebank
Where's the best place to add this test? I *think* we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.
Should this be UI test with empty stdout, stderr and zero return code?
@CentrilCentril mentioned this pull request May 8, 2019
Centril added a commit to Centril/rust that referenced this pull request May 8, 2019
test for rust-lang#50518
It was fixed somewhere between 1.28.0 and 1.31.1
closesrust-lang#50518
r? @estebank
Where's the best place to add this test? I *think* we want "compile-pass" for this test (no need to run a binary, and not running saves us a millisecond of process creation) , but there's no compile-pass anymore.
Should this be UI test with empty stdout, stderr and zero return code?
@CentrilCentril mentioned this pull request May 8, 2019
bors added a commit that referenced this pull request May 8, 2019
Rollup of 8 pull requests
Successful merges:
- #59979 (to_xe_bytes for isize and usize returns an array of different size)
- #60491 (std: Update compiler-builtins crate)
- #60550 (Add tests for concrete const types)
- #60572 (Add test for #59972)
- #60627 (test for #50518)
- #60634 (Document + Cleanup lang_items.rs)
- #60641 (Instead of ICEing on incorrect pattern, use delay_span_bug)
- #60644 (Use `delay_span_bug` for "Failed to unify obligation")
Failed merges:
r? @ghost
@bors
bors merged commit c87d2cc into rust-lang:masterMay 9, 2019
@matklad
matklad deleted the test branch July 9, 2019 12:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustc panic with "assertion failed: !value.needs_subst()"

5 participants

@matklad@Centril@estebank@bors@rust-highfive