diff options
| author | Roy Frostig <[email protected]> | 2010-08-03 18:43:57 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-03 18:43:57 -0700 |
| commit | 6277b462e938d9df8b75126244817d2e28dab80a (patch) | |
| tree | 3c749931de346aabaeaeafc86a2620da6f799fc5 /src/Makefile | |
| parent | Address _vec.map allocation FIXME. Add test. (diff) | |
| download | rust-6277b462e938d9df8b75126244817d2e28dab80a.tar.xz rust-6277b462e938d9df8b75126244817d2e28dab80a.zip | |
More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-spotted UMR.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 3d31fad3..699c3b3d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -395,6 +395,7 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/iter-ret.rs \ test/run-pass/lib-deque.rs \ + test/run-pass/lib-map.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ test/run-pass/task-comm.rs \ @@ -468,6 +469,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ lazy-init.rs \ lazychan.rs \ lib-deque.rs \ + lib-map.rs \ lib-rand.rs \ linear-for-loop.rs \ list.rs \ |