about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+66
2016-03-03Auto merge of #32007 - nikomatsakis:compiletest-incremental, r=alexcrichtonbors-0/+43
2016-03-02add a run-fail meta testNiko Matsakis-0/+43
2016-02-24Fix testsSimonas Kazlauskas-21/+25
2016-02-24Add some tests for dynamic droppingSimonas Kazlauskas-0/+123
2016-02-17MSVC SEH in MIR is implemented hereSimonas Kazlauskas-4/+0
2016-02-06Ignore a test on MSVCSimonas Kazlauskas-0/+2
2016-02-04Translation part of drop panic recoverySimonas Kazlauskas-0/+34
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-0/+10
2016-01-06Add testsSimonas Kazlauskas-0/+277
2015-12-23Implement custom panic handlersSteven Fackler-0/+64
2015-12-08add tests for ensuring const indexing does not cause compile-time errors in r...Oliver Schneider-0/+37
2015-10-28Move test file to run-fail, since it does an unwrapNiko Matsakis-0/+28
2015-10-13implement RFC 1229Oliver Schneider-39/+20
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-13Add test for overflowing powPeter Reid-0/+16
2015-08-17Fix existing tests for new `#[repr(simd)]`.Huon Wilson-236/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-92/+0
2015-06-20Support checked Shl/Shr on SIMD typesDavid Stygstra-0/+236
2015-06-14Auto merge of #26071 - petrochenkov:assert1, r=alexcrichtonbors-1/+1
2015-06-13Auto merge of #26249 - steveklabnik:remove_extern_panic, r=alexcrichtonbors-52/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-06-13Auto merge of #26253 - steveklabnik:remove_old_ignored_tests, r=brsonbors-114/+0
2015-06-12ignore-test cleanupSteve Klabnik-114/+0
2015-06-12Remove old runtime panic testSteve Klabnik-52/+0
2015-06-12Remove ignored test for #2061Steve Klabnik-26/+0
2015-05-09Fix the tests broken by replacing `task` with `thread`Barosl Lee-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-5/+5
2015-04-26Move qquote.rs from run-fail to run-fail-fulldepsRyan Prichard-44/+0
2015-04-26Remove FakeExtCtxt from qquote tests.Geoffry Song-28/+15
2015-04-25`qquote-2.rs` -> `run-fail/qquote.rs`Tamir Duberstein-0/+57
2015-04-17unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-14Fallout: move from scoped to spawnAaron Turon-3/+3
2015-04-06Fix diverging closuresSeo Sanghyeon-0/+18
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+9
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-30Fallout in tests: largely changes to error messages.Niko Matsakis-1/+16
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-37/+37
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+7
2015-03-23rollup merge of #23536: pnkfelix/arith-oflo-shiftsAlex Crichton-0/+182
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+7
2015-03-22placate check-pretty and pretty-printer bug; see also issue 23623.Felix S. Klock II-2/+4
2015-03-20Auto merge of #23267 - alexcrichton:issue-20012, r=aturonbors-1/+1
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-1/+1
2015-03-20Test suite for overflowing shift operators.Felix S. Klock II-0/+180
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-2/+2
2015-03-14Fix broken codegen for [expr; n] where "expr" divergesBjörn Steinbrink-0/+17
2015-03-14Always evaluate the expression in [expr; n]Björn Steinbrink-0/+16
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1