rust/src/test/ui/generator
bors 7870050796 Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton
Upgrade Emscripten targets to use upstream LLVM backend

 - Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the incorrect wasm32 C call ABI with the old asmjs
   version, which is correct for both wasm32 and JS.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Temporarily makes Emscripten targets use panic=abort by default
   because supporting unwinding will require an LLVM patch.
2019-10-04 20:33:02 +00:00
..
auxiliary tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
addassign-yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auto-trait-regions.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
auto-trait-regions.rs apply the same logic to ConcreteFailure errors 2019-01-02 17:35:06 -05:00
auto-trait-regions.stderr Tweak unsatisfied HRTB errors 2019-09-16 15:34:33 -07:00
borrow-in-tail-expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
borrowing.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
borrowing.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
conditional-drop.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
control-flow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
drop-and-replace.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
drop-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dropck.rs Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
dropck.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
generator-region-requirements.migrate.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
generator-region-requirements.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
generator-region-requirements.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
generator-with-nll.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
generator-with-nll.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-44197.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-48048.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-48048.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-52398.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-53548-1.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
issue-53548.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
issue-57084.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-58888.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
issue-61442-stmt-expr-with-drop.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-62506-two_awaits.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
iterator-count.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
live-upvar-across-yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
match-bindings.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested_generators.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
niche-in-generator.rs move test that shouldn't be in test/run-pass/ 2019-08-14 18:04:33 +02:00
no-parameters-on-generators.rs lowering: don't .abort_if_errors() 2019-09-27 06:09:32 +02:00
no-parameters-on-generators.stderr lowering: don't .abort_if_errors() 2019-09-27 06:09:32 +02:00
non-static-is-unpin.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
not-send-sync.rs Remove licenses 2018-12-25 21:08:33 -07:00
not-send-sync.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
overlap-locals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
panic-drops.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
panic-safe.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
partial-initialization-across-yield.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
partial-initialization-across-yield.stderr Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
pattern-borrow.rs Remove licenses 2018-12-25 21:08:33 -07:00
pattern-borrow.stderr Update tests 2019-03-11 23:10:26 +03:00
pin-box-generator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reborrow-mut-upvar.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ref-escapes-but-not-over-yield.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
ref-escapes-but-not-over-yield.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
resume-after-return.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
size-moved-locals.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-04 00:47:21 -07:00
sized-yield.rs Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
sized-yield.stderr Update tests 2019-03-11 23:10:26 +03:00
smoke.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
static-generators.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
static-not-unpin.rs Temporary workaround for travis diagnostic difference 2019-01-27 22:59:00 +01:00
static-not-unpin.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
too-live-local-in-immovable-gen.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-mismatch-signature-deduction.rs Trust signature over return expr for generators. 2019-05-07 07:44:12 +01:00
type-mismatch-signature-deduction.stderr Trust signature over return expr for generators. 2019-05-07 07:44:12 +01:00
xcrate-reachable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
xcrate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-args-rev.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-args.rs Remove licenses 2018-12-25 21:08:33 -07:00
yield-in-args.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
yield-in-box.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
yield-in-const.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
yield-in-function.rs Remove licenses 2018-12-25 21:08:33 -07:00
yield-in-function.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
yield-in-initializer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-static.rs Remove licenses 2018-12-25 21:08:33 -07:00
yield-in-static.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
yield-subtype.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-while-iterating.rs Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
yield-while-iterating.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
yield-while-local-borrowed.rs Update tests 2019-05-03 03:11:37 -04:00
yield-while-local-borrowed.stderr Update tests 2019-05-03 03:11:37 -04:00
yield-while-ref-reborrowed.rs Change generator trait to use pinning 2019-01-27 22:58:53 +01:00
yield-while-ref-reborrowed.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00