From 6277b462e938d9df8b75126244817d2e28dab80a Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Tue, 3 Aug 2010 18:43:57 -0700 Subject: More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-spotted UMR. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3