[LNT] r198667 - Remove a test which references a compiler which no longer exists.

Chris Matthews cmatthews5 at apple.com
Mon Jan 6 18:39:37 PST 2014


Author: cmatthews
Date: Mon Jan  6 20:39:37 2014
New Revision: 198667

URL: http://llvm.org/viewvc/llvm-project?rev=198667&view=rev
Log:
Remove a test which references a compiler which no longer exists.

Modified:
    lnt/trunk/tests/testing/Compilers.py

Modified: lnt/trunk/tests/testing/Compilers.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/testing/Compilers.py?rev=198667&r1=198666&r2=198667&view=diff
==============================================================================
--- lnt/trunk/tests/testing/Compilers.py (original)
+++ lnt/trunk/tests/testing/Compilers.py Mon Jan  6 20:39:37 2014
@@ -62,11 +62,3 @@ info = get_info("clang-no-info")
 pprint.pprint(info)
 assert info['cc_name'] == 'clang'
 assert info['cc_version_number'] == '3.2'
-
-# Check a Clang that reports as "LLVM compiler."
-info = get_info("llvm-compiler")
-assert info['cc_name'] == 'clang'
-assert info['cc_build'] == 'DEV'
-assert info['inferred_run_order'] == '%s,%s' % (
-    '597522d740374f093a089a2acbec5b20466b2f34',
-    '6e95d969734af111bb33bcec0bcc27fd803a3b76')





More information about the llvm-commits mailing list