about summary refs log tree commit diff
path: root/src/test/run-pass/global-scope.rs
AgeCommit message (Collapse)AuthorLines
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
While it is still technically possible to test stage 0, it is not part of any of the main testing rules and maintaining xfail-stage0 is a chore. Nobody should worry about how tests fare in stage0.
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+1
2011-07-12Fix fast-check target by disabling code snippet printing on warnings (broken ↵Graydon Hoare-0/+1
on .rc files) and adding an xfail-fast flag for global-scope.rs.
2011-07-11rustc: Implement explicit global scope resolution via leading "::"; add a ↵Patrick Walton-0/+14
test case