[PATCH] [msan] Mark one test as only supported on x86
Alexey Samsonov
vonosmas at gmail.com
Tue Jun 23 10:42:18 PDT 2015
LGTM
================
Comment at: test/msan/vector_cvt.cc:3
@@ -2,2 +2,3 @@
// RUN: %clangxx_msan -DPOSITIVE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// REQUIRES: x86_64-supported-target,i386-supported-target
----------------
Just `x86_64-supported-target`. Looks like we only run MSan tests in 64-bit mode.
http://reviews.llvm.org/D10652
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list