aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-08-11 16:06:45 -0700
committerRoy Frostig <[email protected]>2010-08-11 16:06:45 -0700
commitf307688bf44404b371b91b3b2a67048088695fe1 (patch)
treecfd89b43e614588ea7ee35eebd8f83eec3f5fedf /src/Makefile
parentFix reverse-indexing bug in _vec.init_fn. (diff)
downloadrust-f307688bf44404b371b91b3b2a67048088695fe1.tar.xz
rust-f307688bf44404b371b91b3b2a67048088695fe1.zip
Add native vec[u8] to str converter. Put in workaround for leak in str to vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 63cc67d0..2e8deb7b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -477,6 +477,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
lib-deque.rs \
lib-map.rs \
lib-rand.rs \
+ lib-vec-str-conversions.rs \
linear-for-loop.rs \
list.rs \
many.rs \