[clang-tools-extra] r176709 - Turned no_xform into a pass from expected failure.
Edwin Vane
edwin.vane at intel.com
Fri Mar 8 10:39:07 PST 2013
Author: revane
Date: Fri Mar 8 12:39:07 2013
New Revision: 176709
URL: http://llvm.org/viewvc/llvm-project?rev=176709&view=rev
Log:
Turned no_xform into a pass from expected failure.
Since no_xform is not a bug to be fixed, made the test pass using the 'not'
utility and removed XFAIL.
Modified:
clang-tools-extra/trunk/test/cpp11-migrate/no_xform.cpp
Modified: clang-tools-extra/trunk/test/cpp11-migrate/no_xform.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/cpp11-migrate/no_xform.cpp?rev=176709&r1=176708&r2=176709&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/cpp11-migrate/no_xform.cpp (original)
+++ clang-tools-extra/trunk/test/cpp11-migrate/no_xform.cpp Fri Mar 8 12:39:07 2013
@@ -1,6 +1,5 @@
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
-// RUN: cpp11-migrate %t.cpp --
-// XFAIL: *
+// RUN: not cpp11-migrate %t.cpp --
int main(int argc, char** argv) {
return 0;
More information about the cfe-commits
mailing list