diff options
| author | Patrick Walton <[email protected]> | 2010-07-26 15:20:13 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-07-26 15:22:21 -0700 |
| commit | 4b97b4e79db70ca4ed6b9026c87858e97e92cc67 (patch) | |
| tree | 91e35aeb9f5d0f179d2af7e21894bd555a515f0a /src/Makefile | |
| parent | Note the typestate dataflow timing. The culprit is revealed. (diff) | |
| download | rust-4b97b4e79db70ca4ed6b9026c87858e97e92cc67.tar.xz rust-4b97b4e79db70ca4ed6b9026c87858e97e92cc67.zip | |
Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 638cba0a..8e88f005 100644 --- a/src/Makefile +++ b/src/Makefile @@ -468,6 +468,10 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ task-comm-5.rs \ threads.rs \ type-sizes.rs \ + u8-incr.rs \ + u8-incr-decr.rs \ + u32-decr.rs \ + uint.rs \ unit.rs \ use-import-export.rs \ user.rs \ |