[test-suite] r214127 - ABI-Testsuite: removed redundent README.txt

Sunil Srivastava sunil_srivastava at playstation.sony.com
Mon Jul 28 14:29:18 PDT 2014


Author: ssrivastava
Date: Mon Jul 28 16:29:18 2014
New Revision: 214127

URL: http://llvm.org/viewvc/llvm-project?rev=214127&view=rev
Log:
ABI-Testsuite: removed redundent README.txt

Removed:
    test-suite/trunk/ABI-Testsuite/test/README.txt

Removed: test-suite/trunk/ABI-Testsuite/test/README.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/ABI-Testsuite/test/README.txt?rev=214126&view=auto
==============================================================================
--- test-suite/trunk/ABI-Testsuite/test/README.txt (original)
+++ test-suite/trunk/ABI-Testsuite/test/README.txt (removed)
@@ -1,11 +0,0 @@
-To run native clang or gcc, do one of:
-  python native-x86.py clang test <lit options>
-  python native-x86.py gcc test <lit options>
-  python native-x86.py 'clang -m32' test <lit options>
-  python native-x86.py 'gcc -m32' test <lit options>
-
-The first argument to native-x86 is the 'compiler name', which includes any arguments. It will figure out whether this is a 32 bit or 64 bit compiler and configure the testsuite accordingly.
-
-In addition, if any tests are to be marked XFAIL, put they names, without suffixes, in the list skip_list in native-x86.py. These tests will be expected to fail. If these tests pass, it will be flagged as a test failure.
-
-





More information about the llvm-commits mailing list