search for: litconfig

Displaying 14 results from an estimated 14 matches for "litconfig".

Did you mean: libconfig
2015 Nov 14
3
[lit] RFC: Per test timeout
Hi, A feature I've wanted in lit for a while is a having a timeout per test. Attached are patches that implement this idea. I'm e-mailing llvm-dev rather than llvm-commits because I want to gather more feedback on my initial implementation and hopefully some answers to some unresolved issues with my implementation. Currently in lit you can set a global timeout for all of the tests but
2011 Mar 18
0
[LLVMdev] [RC1] Status of Visual Studio 8, 9 and 10
...******** Testing Time: 176.39s ******************** Failing Tests (2): LLVM :: Transforms/SRETPromotion/basictest.ll LLVM-Unit :: support/debug/SupportTests.exe/CastingTest.cast Expected Passes : 8103 Expected Failures : 75 Unsupported Tests : 553 Unexpected Failures: 2 lit.py: LitConfig.py:99: warning: Unable to find 'bash.exe'. lit.py: LitConfig.py:99: warning: Unable to find 'bash.exe'. lit.py: lit.cfg:143: note: using clang: 'E:/llvm/build/cmake-vs8/bin/Debug/clang.EXE' 2 warning(s) in tests. -------------- next part -------------- Running Clang and LLVM...
2011 Jan 01
1
[LLVMdev] "nmake check" doesn't work for MSVC
...t; > lit.main() > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 515, in main > testSuiteCache, localConfigCache)[1]) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 230, in getTests > ts,path_in_suite = getTestSuite(path, litConfig, testSuiteCache) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 199, in getTestSuite > ts, relative = search(item) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 183, in search > cache[path] = res = search1(path) > File &...
2011 Dec 20
1
[LLVMdev] Testing requirements amendment
...r http://llvm.org/docs/TestingGuide.html: Under 'Requirements', might be worth mentioning that running the basic llvm/clang regression tests (check-all) requires a version of bash that supports pipefail, i.e. bash 3.0+. On older system where /bin/sh is too old, one simply needs to hack LitConfig.py to point to /somewhere/else/bash that meets this requirement. (This method has been tested on powerpc-darwin8.) Thanks! Fang -- David Fang http://www.csl.cornell.edu/~fang/
2011 Dec 15
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...the following test results to share. > Summary below, full log at: > http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt > > The only edits required were those I posted to llvm-commits yesterday (re: > "some missing clang libs").  And I also edited LitConfig.py to point to > /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. > > Some of the tests hung indefinitely on 'lli', so I had to kill them. > > My question is: which of the following test failures should be addressed first > as top priority?  Are there...
2015 Apr 04
3
[LLVMdev] LLVM_ENABLE_THREADING=ON by default in Windows, is this right?
I'm not sure what LLVM_ENABLE_THREADS impacts - whether it is LLVM executables themselves or LLVM-generated code - but it seems to be on by default on the Windows CMake build (I'm building LLVM+Clang at trunk head using CMake/Visual Studio 2013 Win64). But 3 unit tests in IR, which are compiled only if define LLVM_ENABLE_THREADS is set, fail if LLVM_ENABLE_THEADS=ON:
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...(g++-4.0.1), and have the following test results to share. Summary below, full log at: http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt The only edits required were those I posted to llvm-commits yesterday (re: "some missing clang libs"). And I also edited LitConfig.py to point to /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. Some of the tests hung indefinitely on 'lli', so I had to kill them. My question is: which of the following test failures should be addressed first as top priority? Are there any low-hanging fruit that...
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...t;> +++ test-suite/trunk/litsupport/test.py Thu Feb 25 05:06:15 >>>>>>> 2016 >>>>>>> @@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest): >>>>>>> res = testscript.parse(test.getSourcePath()) >>>>>>> if litConfig.noExecute: >>>>>>> return lit.Test.Result(Test.PASS) >>>>>>> - runscript, verifyscript = res >>>>>>> + runscript, verifyscript, metricscripts = res >>>>>>> >>>>>>> #...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...suite/trunk/litsupport/test.py Thu Feb 25 05:06:15 >>>>>>>> 2016 >>>>>>>> @@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest): >>>>>>>> res = testscript.parse(test.getSourcePath()) >>>>>>>> if litConfig.noExecute: >>>>>>>> return lit.Test.Result(Test.PASS) >>>>>>>> - runscript, verifyscript = res >>>>>>>> + runscript, verifyscript, metricscripts = res >>>>>>>> >>>>&gt...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...upport/test.py Thu Feb 25 05:06:15 >>>>>>>>> 2016 >>>>>>>>> @@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest): >>>>>>>>> res = testscript.parse(test.getSourcePath()) >>>>>>>>> if litConfig.noExecute: >>>>>>>>> return lit.Test.Result(Test.PASS) >>>>>>>>> - runscript, verifyscript = res >>>>>>>>> + runscript, verifyscript, metricscripts = res >>>>>>>>> &gt...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...results to share. >> Summary below, full log at: >> http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt >> >> The only edits required were those I posted to llvm-commits yesterday (re: >> "some missing clang libs").  And I also edited LitConfig.py to point to >> /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. >> >> Some of the tests hung indefinitely on 'lli', so I had to kill them. >> >> My question is: which of the following test failures should be addressed first >> as t...
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...t;>> Summary below, full log at: >>> http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt >>> >>> The only edits required were those I posted to llvm-commits yesterday (re: >>> "some missing clang libs").  And I also edited LitConfig.py to point to >>> /sw/bin/bash (4.2) because /bin/bash is missing support for pipefail. >>> >>> Some of the tests hung indefinitely on 'lli', so I had to kill them. >>> >>> My question is: which of the following test failures should be addressed...
2015 Nov 15
2
[lit] RFC: Per test timeout
Hi, > Cool, I hope this succeeds. I tried implementing per-test timeouts before, and couldn't get it to work in all cases. The review eventually fizzled out, and I abandoned it. > > Here's that old review: http://reviews.llvm.org/D6584 Perhaps you can cannibalize testcases from it. Thanks for that. I'll take a look. > >> >> I'm e-mailing llvm-dev rather
2018 Jan 17
12
[6.0.0 Release] Release Candidate 1 tagged
Dear testers, Start your engines; 6.0.0-rc1 was just tagged. I know there are still open blockers and it's early in the process in a way, but I'd like to find out where we are. Please run the test script, let me know the results, and upload binaries. Thanks, Hans