rust/src/test
bors ff33b60a80 Auto merge of #44096 - Dushistov:master, r=japaric
Add test for wrong code generation for HashSet creation on arm cpu

This is test for #42918.
To reproduce bug you need machine with arm cpu and compile with optimization.
I tried with rustc 1.19.0-nightly (3d5b8c626 2017-06-09),
if compile test with -C opt-level=3 for target=arm-linux-androideabi
and run on "Qualcomm MSM 8974 arm cpu" then assert fails,
if compile and run with -C opt-level=2 it gives segmentation fault.
So I add `compile-flags: -O`.
With rustc 1.19.0 (0ade33941 2017-07-17) all works fine.
Closes #42918
2017-08-26 23:11:44 +00:00
..
codegen Auto merge of #43488 - Florob:repeat-opt, r=arielb1 2017-08-06 08:09:59 +00:00
codegen-units Adapt cgu-partitioning tests to pre-trans symbol internalization. 2017-07-13 13:29:25 +02:00
compile-fail Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton 2017-08-26 06:46:31 -07:00
compile-fail-fulldeps Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-Simulacrum 2017-08-11 10:20:24 +02:00
debuginfo Pretty-printers tests: gdbr -> gdb 2017-06-09 18:51:28 +03:00
incremental Detect implicitly defined late bound lifetime parameters as well 2017-07-18 00:12:48 +03:00
mir-opt Regression test. 2017-08-25 16:35:42 +02:00
parse-fail syntax: Relax path grammar 2017-08-11 02:06:27 +03:00
pretty
run-fail Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
run-pass Add test for wrong code generation for HashSet creation on arm cpu 2017-08-26 08:33:35 +03:00
run-pass-fulldeps Update ignored tests for dynamic musl 2017-08-22 16:24:29 -05:00
run-pass-valgrind Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
rustdoc Add duplicate test 2017-08-24 11:38:58 +02:00
ui Auto merge of #44098 - frewsxcv:rollup, r=frewsxcv 2017-08-26 15:17:32 +00:00
ui-fulldeps rustc: Rearchitect lints to be emitted more eagerly 2017-08-09 09:13:51 -07:00
COMPILER_TESTS.md Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normalization works. 2017-07-11 16:57:53 +08:00