rust/src/test
Evgeniy A. Dushistov 911a15d5a8 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 08:33:35 +03: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 Auto merge of #43786 - scalexm:issue-43784, r=nikomatsakis 2017-08-25 02:43:20 +00: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 emit StorageLive for box temporaries 2017-08-14 14:10:05 +03: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 save-analysis: Remove path span extraction methods from SpanUtils 2017-08-14 18:14:49 +08: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 Exclude impl Trait functions from everybody_loops. 2017-08-15 14:35:43 +08:00
ui Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakis 2017-08-25 12:59:04 +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