[LNT] r261997 - [test-suite] Revert part of r261851

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 02:21:12 PST 2016


Author: jamesm
Date: Fri Feb 26 04:21:12 2016
New Revision: 261997

URL: http://llvm.org/viewvc/llvm-project?rev=261997&view=rev
Log:
[test-suite] Revert part of r261851

We shouldn't need to build timeit-host manually - the dependencies should be in place, and if they aren't, that's a bug somewhere that needs investigation.

Modified:
    lnt/trunk/lnt/tests/test_suite.py
    lnt/trunk/tests/runtest/test_suite.py

Modified: lnt/trunk/lnt/tests/test_suite.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/test_suite.py?rev=261997&r1=261996&r2=261997&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/test_suite.py (original)
+++ lnt/trunk/lnt/tests/test_suite.py Fri Feb 26 04:21:12 2016
@@ -379,9 +379,6 @@ class TestSuiteTest(BuiltinTest):
             subdir = os.path.join(*components)
 
         note('Building...')
-        self._check_call([make_cmd, 'timeit-host',
-                          '-j', str(self._build_threads())],
-                         cwd=path)
         self._check_call([make_cmd,
                           '-j', str(self._build_threads())],
                          cwd=subdir)

Modified: lnt/trunk/tests/runtest/test_suite.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/runtest/test_suite.py?rev=261997&r1=261996&r2=261997&view=diff
==============================================================================
--- lnt/trunk/tests/runtest/test_suite.py (original)
+++ lnt/trunk/tests/runtest/test_suite.py Fri Feb 26 04:21:12 2016
@@ -231,8 +231,6 @@
 # CHECK-ONLYTEST: Configuring with {
 # CHECK-ONLYTEST:   one: 'two'
 # CHECK-ONLYTEST:   three: 'four'
-# CHECK-ONLYTEST: Execute: {{.*}}/fake-make timeit-host -j 1 
-# CHECK-ONLYTEST:            (In {{.*}})
 # CHECK-ONLYTEST: Execute: {{.*}}/fake-make -j 1
 # CHECK-ONLYTEST:            (In {{.*}}/subtest)
 




More information about the llvm-commits mailing list