aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/destructor-ordering.rs
Commit message (Collapse)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 ↵Jeffrey Yasskin2010-08-061-39/+78
| | | | | | | mutable object. This test used to take advantage of a hole in the type system that allows objects with destructors to refer to stateful objects.
* 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