aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/destructor-ordering.rs
Commit message (Expand)AuthorAgeFilesLines
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+2
* Change the destructor-ordering test to use channels instead of a shared mutab...Jeffrey Yasskin2010-08-061-39/+78
* Remove explicit deref workaround in dtor-order test. No longer necessary.Roy Frostig2010-07-201-1/+1
* Work around auto-dereference crash in rustboot.Jeffrey Yasskin2010-07-181-1/+1
* More destruction ordering tests.Jeffrey Yasskin2010-07-161-2/+52
* Initial test that the compiler runs destructors in the right order.Jeffrey Yasskin2010-07-161-0/+29