about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-06-25 16:31:17 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-06-25 16:31:17 -0400
commite44e33dfa999f4e3ce0b1811bc2ccdd5907b4a42 (patch)
treed4e64e38f383a4f57a9b8c85b5ad6fd4f9cd915c
parente67c48a5912b85c286113e0d039aae85f18da1d7 (diff)
downloadrust-e44e33dfa999f4e3ce0b1811bc2ccdd5907b4a42.tar.gz
rust-e44e33dfa999f4e3ce0b1811bc2ccdd5907b4a42.zip
xfail test hitting a codegen bug (issue #7385)
-rw-r--r--src/test/run-pass/const-vec-of-fns.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/run-pass/const-vec-of-fns.rs b/src/test/run-pass/const-vec-of-fns.rs
index a87d8f30e3a..45302363c38 100644
--- a/src/test/run-pass/const-vec-of-fns.rs
+++ b/src/test/run-pass/const-vec-of-fns.rs
@@ -8,7 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-fast
+// xfail-test
+// FIXME: #7385: hits a codegen bug on OS X x86_64
 
 /*!
  * Try to double-check that static fns have the right size (with or