about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2017-08-30Rustup (generator support)Oliver Schneider-0/+65
2017-08-29test new From instances for RcRalf Jung-2/+18
2017-08-29Mir optimizations treat single variant enums as structsOliver Schneider-0/+20
2017-08-29Get some more rustc tests workingOliver Schneider-0/+20
2017-08-29Fix panic in subslice patterns of arrays (fixes #276)Oliver Schneider-0/+14
2017-08-28Get rid of env var race condition once and for allOliver Schneider-4/+3
2017-08-28Merge remote-tracking branch 'origin/master' into memoryOliver Schneider-18/+20
2017-08-28Merge branch 'master' into prirodaOliver Schneider-18/+3
2017-08-28Turn off validation for some compile-fail testsOliver Schneider-0/+6
2017-08-28Mir validation can't cope with `mem::uninitialized::<SomeEnum>()`Oliver Schneider-0/+3
2017-08-28Add a regression test for #313Oliver Schneider-0/+14
2017-08-27rustc #43457 got fixed, we can enable more testsRalf Jung-21/+0
2017-08-26Merge branch 'master' into memoryRalf Jung-3/+11
2017-08-26reorder lets so that build_dir is deleted lastRalf Jung-3/+3
2017-08-26use tempdir to create a dedicated directory for each testRalf Jung-3/+11
2017-08-25move tests with MIR-opt to their own function we we can run them separatelyRalf Jung-8/+15
2017-08-25refactor memory read API: provide only size-based, no type-based methodsRalf Jung-0/+4
2017-08-25memory: make sure we check non-NULL/undef even fore 0-sized accessesRalf Jung-2/+2
2017-08-24Handle closures in get_field_tyRalf Jung-0/+10
2017-08-18add another compile-fail test for validationRalf Jung-0/+20
2017-08-18Add a test demonstrating the limitations of our lfietime resolutionRalf Jung-0/+30
2017-08-12fix warnings; make test suite pass againRalf Jung-3/+3
2017-08-11enable a test that waited for a rustc fixRalf Jung-2/+1
2017-08-10Update compiletest.rsOliver Schneider-1/+3
2017-08-10Get the test suite working inside the rustc test suiteOliver Schneider-6/+35
2017-08-10rustfmtRalf Jung-11/+24
2017-08-09add a bunch of compile-fail tests for validationRalf Jung-0/+115
2017-08-09analyzing hashmap.rs uncovered a deeper problem; disable validation there for...Ralf Jung-0/+2
2017-08-09integer-ops needs a rustc patch to work againRalf Jung-2/+3
2017-08-09Work on making validation test pass againRalf Jung-0/+5
2017-08-09add some tests making sure we get the alias checking rightRalf Jung-0/+30
2017-08-08Implement packed staticsOliver Schneider-0/+10
2017-08-08Split the alloc id address space into functions and normal allocsOliver Schneider-1/+1
2017-08-07Re-do memory locking (again). Now with proper support for multiple independe...Ralf Jung-0/+36
2017-08-04Merge pull request #286 from RalfJung/mir-validateRalf Jung-1/+49
2017-08-04Rustc reorders fields, but miri expects them in source orderOliver Schneider-0/+45
2017-08-03selectively disable validation in compile-fail where appropriate. cargo test ...Ralf Jung-0/+21
2017-08-03for now, disable validation on optimized tests -- inlining breaks validationRalf Jung-1/+2
2017-08-03Let -Zmir-emit-validate also control whether miri even acts on the validation...Ralf Jung-0/+9
2017-08-03make test suite MIR validation aware. run-pass passes with and without fullmi...Ralf Jung-1/+18
2017-08-03Merge pull request #280 from solson/archeologyOliver Schneider-2/+4
2017-08-03actually, we can use a plain constantRalf Jung-6/+4
2017-08-03no need to do run-time formattingRalf Jung-3/+3
2017-08-03Add a build script to inform the binary about its profile, and use that in th...Ralf Jung-6/+5
2017-08-02fix size_of_val on unsized tuplesRalf Jung-0/+2
2017-08-02Choose release miri for release testsOliver Schneider-2/+7
2017-08-02Add a test for untagged unionsOliver Schneider-0/+21
2017-08-01Allow machines to create new memory kindsOliver Schneider-1/+1
2017-08-01Split up miri into the librustc_mir and bin partsOliver Schneider-6/+6
2017-07-26make force_allocation handle packed ByValPairRalf Jung-1/+2