- Jan 31, 2013
-
-
Daniel Dunbar authored
llvm-svn: 174001
-
Daniel Dunbar authored
llvm-svn: 174000
-
Daniel Dunbar authored
llvm-svn: 173999
-
- Jan 30, 2013
-
-
Alexey Samsonov authored
llvm-svn: 173907
-
Daniel Dunbar authored
llvm-svn: 173857
-
- Jan 25, 2013
-
-
NAKAMURA Takumi authored
llvm-svn: 173421
-
- Jan 18, 2013
-
-
Dmitri Gribenko authored
llvm-svn: 172794
-
- Dec 26, 2012
-
-
Eli Bendersky authored
llvm-svn: 171113
-
- Dec 06, 2012
-
-
Richard Smith authored
llvm-svn: 169446
-
- Dec 05, 2012
-
-
Richard Smith authored
RUN: a RUN: b || true as "a && (b || true)" in Tcl mode, and as "(a && b) || true" in sh mode. Everyone seems to (quite reasonably) write tests assuming the Tcl behavior, so use that in sh mode too. llvm-svn: 169441
-
- Nov 30, 2012
-
-
Daniel Dunbar authored
llvm-svn: 169038
-
- Nov 28, 2012
-
-
Daniel Dunbar authored
llvm-svn: 168750
-
- Nov 14, 2012
-
-
Eric Christopher authored
Approved by Chris Lattner. llvm-svn: 167984
-
Alexander Kornienko authored
llvm-svn: 167971
-
- Oct 19, 2012
-
-
Daniel Dunbar authored
(vg_leak). llvm-svn: 166306
-
Daniel Dunbar authored
- The XTARGET feature (inherited from old DG tests) was just confusing (and barely ever used). The same effect can now be achieved with a combination of the more useful REQUIRES and XFAIL. llvm-svn: 166305
-
Daniel Dunbar authored
- These can be used with the XFAIL options. llvm-svn: 166303
-
Daniel Dunbar authored
odd things if this is missing. llvm-svn: 166289
-
- Oct 18, 2012
-
-
Daniel Dunbar authored
llvm-svn: 166224
-
- Sep 08, 2012
-
-
NAKAMURA Takumi authored
For example, which('loop-convert') returns 'loop-convert' when the directory 'loop-convert' exists. llvm-svn: 163469
-
- Aug 17, 2012
-
-
NAKAMURA Takumi authored
lit: Show actually created count of threads. The incorrect threads count is printed if the number of tests are less than the number of default threads. Thanks to Vinson Lee, reported in PR13620. llvm-svn: 162078
-
- Jul 20, 2012
-
-
Daniel Dunbar authored
subprocesses. llvm-svn: 160556
-
- Jul 02, 2012
-
-
Chandler Carruth authored
'|&' bash syntax. We have lots of users with a bash on their system which doesn't support this syntax, and as bash is still significantly faster, we should support them. The test suite has already been updated to cope with this. llvm-svn: 159580
-
Chandler Carruth authored
This is directly cloned from the logic in the TCL test bits of lit. Hopefully will fix most of the windows build bot fallout. llvm-svn: 159528
-
- May 08, 2012
-
-
NAKAMURA Takumi authored
r145222 "lit/TestRunner.py: [Win32] Introduce WinWaitReleased(f), to wait for file handles to be released by children." r145223 "lit/TestRunner.py: Use RemoveForce()." r145381 "lit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND, too." r152916 "lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (obsoleted) written_files[]." r153172 "lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from Python Win32 Extensions." llvm-svn: 156381
-
- Mar 25, 2012
-
-
Eli Bendersky authored
a very (*very*) old version of Python (2.4?) llvm-svn: 153409
-
Eli Bendersky authored
* Removed test/lib/llvm.exp - it is no longer needed * Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files left in the test suite so this code is no longer required. test/lit.cfg is now much shorter and clearer * Removed a lot of duplicate code in lit.local.cfg files that need access to the root configuration, by adding a "root" attribute to the TestingConfig object. This attribute is dynamically computed to provide the same information as was previously provided by the custom getRoot functions. * Documented the config.root attribute in docs/CommandGuide/lit.pod llvm-svn: 153408
-
- Mar 23, 2012
-
-
Eric Christopher authored
llvm-svn: 153307
-
- Mar 21, 2012
-
-
Nico Weber authored
This is in braces so that it doesn't conflict with the existing %p. It uses braces instead of parens because parens would have to be regex-escaped. llvm-svn: 153213
-
NAKAMURA Takumi authored
lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from Python Win32 Extensions. We can simply confirm the handle released to open it with EXCLUSIVE. Attempting renaming was bad. Disable win32file at ImportError. Thanks to Francois to let me know. FIXME: Could we report warning or notification if win32file were not found? llvm-svn: 153172
-
- Mar 16, 2012
-
-
Francois Pichet authored
llvm-svn: 152958
-
NAKAMURA Takumi authored
lit/TestRunner.py: [Win32] Check all opened_files[] released, rather than (obsoleted) written_files[]. In previous case, RUN: foo -o %t RUN: FileCheck < %t RUN: bar -o %t 2nd read handle might prevent manipulation of 3rd %t in bar, to remove and rename. llvm-svn: 152916
-
NAKAMURA Takumi authored
We can simply confirm the handle released to open it with EXCLUSIVE. Attempting renaming was bad. llvm-svn: 152915
-
- Mar 13, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 152588
-
- Mar 03, 2012
-
-
Duncan Sands authored
llvm-svn: 151977
-
- Feb 07, 2012
-
-
Andrew Trick authored
1. Added a status note when a config file is loaded directly with load_config. This helps notice loads of lit.cfg from lit.site.cfg 2. Added a status note on the result of a config load. Previously, it was just notifying that it tries to load a config file. Now it will also say whether the load succeeded or the file wasn't found The two changes give better visibility into which config files were actually loaded by lit. The effect is only on --debug runs. Patch by Eli Bendersky! llvm-svn: 149932
-
- Jan 18, 2012
-
-
Daniel Dunbar authored
paths. llvm-svn: 148362
-
- Jan 11, 2012
-
-
Argyrios Kyrtzidis authored
llvm-svn: 147965
-
- Jan 06, 2012
-
-
Daniel Dunbar authored
useful for test suites which want to piggyback onto the "shtest" format style. llvm-svn: 147684
-
- Nov 29, 2011
-
-
NAKAMURA Takumi authored
Thanks to Francois, to let me know. llvm-svn: 145381
-