Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/llvm-test-suite


https://github.com/llvm/llvm-test-suite

Add XSBench

The US Department of Energy (DOE) has open-sourced a significant number of
so-called proxy appli...

4dad0c149e4eda5c4eccea2f49761fbfb3b092ce authored almost 8 years ago by Hal Finkel <[email protected]>
Revert "Add XSBench"

This reverts commits 289666 and 289677, as they didn't work on ARM and have no way
of identifyin...

5c34c704534625020435e75ccf412bffb05c51b1 authored almost 8 years ago by Renato Golin <[email protected]>
[test-suite,CUDA] disable [l]lrint(1.f) checks on CUDA 7.0,7.5

Apparently ptxas in CUDA 7.0 and 7.5 has a bug which miscompiles
cvt.rni.s64.f32 instruction so ...

45304334178ad5bac03402abadb20ba4b7d39627 authored almost 8 years ago by Artem Belevich <[email protected]>
Add XSBench to the list in LICENSE.TXT

LICENSE.TXT has a list of software with licenses different from the test-suite
itself. Add XSBen...

434bca5a1dea7661243720e8b6776aadb1fa1e89 authored almost 8 years ago by Hal Finkel <[email protected]>
Add XSBench

The US Department of Energy (DOE) has open-sourced a significant number of
so-called proxy appli...

643396dca7036969fd5a5f26579f5609f8c351cd authored almost 8 years ago by Hal Finkel <[email protected]>
[test-suite, CUDA] Added lit.local.cfg for CUDA tests.

CUDA apps are controlled via environment variables,
so we need to propagate them to the test env...

877f9db8240e750d50ea6ea4342ec7f9f00f5bed authored almost 8 years ago by Artem Belevich <[email protected]>
[test-suite, CUDA] Added targets for running simple CUDA tests.

"ninja check-cuda-simple" will build cuda-tests-simple and
will run them one variant at a time.
...

2cb906c416fc9f2b02c07460e1aee60e7c4d4ca0 authored almost 8 years ago by Artem Belevich <[email protected]>
[test-suite] Test output should not depend on file path.

llvm-svn: 289586

7ed33d93284fa6acbcfaff5edabe8f8e7c2c20ef authored almost 8 years ago by Artem Belevich <[email protected]>
[test-suite] Adjust include path for the new location of cxxabi.h

llvm-svn: 289500

1e6f279c6a2858073a54278ddc7cd4e8b1704379 authored almost 8 years ago by Artem Belevich <[email protected]>
[test-suite] fix beamformer for CFLAGS="-ffp-contract=on"

This patch fixes MultiSource/Benchmarks/VersaBench/beamformer when compiled with
-ffp-contract=o...

66f9a1b49ded5274931031b298d3abaae6d19400 authored almost 8 years ago by Sebastian Pop <[email protected]>
[test-suite] fix telecomm-FFT for CFLAGS="-ffp-contract=on"

This patch fixes MultiSource/Benchmarks/MiBench/telecomm-FFT when compiled with
-ffp-contract=on...

171ca677db66e622117dec2971cc35a30f66422c authored almost 8 years ago by Sebastian Pop <[email protected]>
Revert "utils/compare.py: Fix problems when not showing the diff column"

This broke more than it fixed, revert for now.

This reverts commit r289268.

llvm-svn: 289275

73d7b957ef2e3a888f7d1e4c11e5584d2359b5b6 authored almost 8 years ago by Matthias Braun <[email protected]>
Also mention TEST_SUITE_RUN_BENCHMARKS=0 in the CTMark README

llvm-svn: 289274

655a2f460bf41bbc257d4c4ecf9fac832a2793f5 authored almost 8 years ago by Matthias Braun <[email protected]>
Add a CTMark directory

See CTMark/README.md

Differential Revision: https://reviews.llvm.org/D27490

llvm-svn: 289269

596f79262bec17568072e5e6f95e0ee31cfff719 authored almost 8 years ago by Matthias Braun <[email protected]>
utils/compare.py: Fix problems when not showing the diff column

llvm-svn: 289268

6060fa446c021b9e27eb74b3ca1643f421ee161a authored almost 8 years ago by Matthias Braun <[email protected]>
utils/tdiff.py: Fix some bugs/improve performance for large targets

Because of maximum commandline limits imposed by platforms the script
could fail for targets wit...

6831f5f2abe9ecba0edc0661ba8ade204459b7ef authored almost 8 years ago by Matthias Braun <[email protected]>
Fix LIT test-suite breakage caused by r288694

llvm-svn: 288863

a3449a68127ca9f76567add4abed38fb5302f513 authored almost 8 years ago by Eric Fiselier <[email protected]>
Add missing -lm to the CMake configuration of 433.milc

llvm-svn: 288806

231758008455aa7d5e4c4a2c3cb5c15988366c51 authored almost 8 years ago by Johannes Doerfert <[email protected]>
cmake: Do not use ARCH variable before it is set

... otherwise the rule will work for people with a cmake cache present,
but fail on the first ru...

bb174b753fe46931e764291d0b701c2eff82175a authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Do not pass -Wl,no-pie on aarch64 builds

This avoids "ld: warning: -no_pie ignored for arm64".

llvm-svn: 287151

a5748dd3fd59dfe50a1ca38cf0137ae3b854e3d9 authored almost 8 years ago by Matthias Braun <[email protected]>
Sort the files generated by SPEC benchmarks

The wildcard used to reference all files generated by a SPEC benchmark
does not guarantee an ord...

53bbb20b0cb8d9f021bd72c2eb5b8d9f95f55e9c authored almost 8 years ago by Johannes Doerfert <[email protected]>
[test-suite] Always use -std=gnu89 for 253.perlbmk

If this flag is not present the different "external inline" behaviour
will cause link time probl...

d4b35588637d5f077e5b39e7e1670093f1012973 authored almost 8 years ago by Johannes Doerfert <[email protected]>
cmake: Do not use llvm_multisource() in External directory

llvm_test_executable() is enough for the things in the External
directory, there is no need to i...

dda11060fb6a4263623f4e42833dd35c298539fc authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Move logic from llvm_test_executable() to llvm_{single|multi}source()

- Move the PREFIX prepending logic to llvm_{single|multi}source(). Now
the target name of llvm...

3498f734e395c76437db89dce4ae64a3ef891ffa authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: PREFIX: Include minus sign, same name as directory

- Include the minus sign in the PREFIX name instead of having it
magically be appended by Sing...

c4894b52dee9d19dda7666c08754ca4e8a6dd0cc authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Remove USE_REFERENCE_OUTPUT, EXEC_XFAILS; NFC

Those two variables were set but never used (coming from the automatic
Makefile->CMakeLists.txt ...

b536b98c500bfad07fc4c598daf1aec60510d5ac authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Use if(XXX) instead of if(DEFINED XXX)

The former works as well for us and is more in line with usual cmake
style.

llvm-svn: 286199

24df8c150f284a66a9c085a9fe4d883a76e3df0b authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Do not set RUNTIMELIMIT variable; NFC

Nothing in the current cmake build does something with this variable
(and so far nobody has comp...

cc313c6d25deeef28ba50fa281523124d7ad1471 authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Get rid of PROGRAMS_TO_SKIP concept

Instead of having additional PROGRAMS_TO_SKIP magic that filters
benchmarks after the fact, we r...

e7c7ae385398a7587d9013b3882f16c6f356a7d6 authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Avoid CC_UNDER_TEST_XXX variables

They have been used in the Makefile build, but the cmake build never
sets them.

llvm-svn: 286196

333e8fd50c6ec8dfa25cfaa57b1fe1459da33244 authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Fix ObjC/ObjC++ unittests

The initial Makefile->cmake conversion missed *.m/*.mm files.

Add an option to llvm_singlesourc...

35d5b64c0e460e22fc02e6f7871a726f6cf1f805 authored almost 8 years ago by Matthias Braun <[email protected]>
After some discussion, having -flto as a default in -Os builds is a bad idea

llvm-svn: 286192

54725d533db72682698e4ae4247a11232b4d5617 authored almost 8 years ago by Chris Matthews <[email protected]>
cmake: Consistently use "if(" instead of "if ("; NFC

llvm-svn: 286182

03cc4a5b74c4d7c6e43f2e341dbea452a8d6c69c authored almost 8 years ago by Matthias Braun <[email protected]>
SingleSource/UnitTests/Integer/CMakeLists.txt: Remove cruft

Get rid of remnants from the automated Makefile->cmake conversion.

Nobody noticed because someh...

00447dc199d8f24b0140a68c18b79122fd09c970 authored almost 8 years ago by Matthias Braun <[email protected]>
MultiSource/Benchmarks/7zip/CMakeLists.txt: Remove cruft

Remove unnecessary remnants from the automatic Makefile->cmake
conversion.

llvm-svn: 286179

e7b7f3e2c33d05df655f80731a06221cc4eb7b3f authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Only put preprocessor flags in CPPFLAGS

CPPFLAGS are for the C-PreProcessor; codegen and warning flags need to
go to CFLAGS or CXXFLAGS....

d3bc5d44c9bdd76967c07a06cfdf04270d277ad9 authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Remove custom llvm_add_subdirectories() usage; NFC

- People familiar with cmake already know add_subdirectory() so they do
not need lookup whethe...

cb0bb9b8c0fffea76aa9d60e686c4ed82f50be1f authored almost 8 years ago by Matthias Braun <[email protected]>
cmake: Enter subdirectories before setting up benchmark.

Perform add_subdirectory() calls before setting up
singlesource/multisource benchmarks to avoid ...

e6530400ed28b70381c55dfa5ccf6dd74c40d6fb authored almost 8 years ago by Matthias Braun <[email protected]>
Add utils/tdiff.py utility

This helper script scans ninja build files to create lists of
source/assembly/object/statistics ...

7ad24e234f0230aaf5f97bd095263b3c788a9b85 authored almost 8 years ago by Matthias Braun <[email protected]>
[CUDA] [test-suite] Add tests for std::complex.

Reviewers: jhen

Subscribers: beanz, llvm-commits, mgorny

Differential Revision: https://review...

4af36f25d8164430fbdf4f9f6815681cd0aa7a06 authored almost 8 years ago by Justin Lebar <[email protected]>
[polybench] remove all __attribute__((optnone))

These attributes do not have the effect that I was hoping to achieve:
that is to remove the effe...

9ac1229fc7203e242bfe6f4348d9c569bcd9cda2 authored almost 8 years ago by Sebastian Pop <[email protected]>
[polybench] fix some places I have missed in the large patch

I have missed to add the correct tolerance in a few places, printing
the strictFP array, and avo...

7df7c84878a9b9b9146f1cb61ce2b05a450e2331 authored about 8 years ago by Sebastian Pop <[email protected]>
Fixed line Endings.

llvm-svn: 284358

640c4cd2cfd74f3691f8a7f77448661cce3b0bb3 authored about 8 years ago by Sunil Srivastava <[email protected]>
add FP_ABSTOLERANCE missing definition to mvt Makefile

llvm-svn: 284354

9f7bb8bfca26423bb8fa52dc6578e40ced15fac1 authored about 8 years ago by Sebastian Pop <[email protected]>
[polybench] check against strict fp

This patch makes each test in polybench to run twice: once with the flags
specified by the user,...

7ef613c4196cb8954beb769da8a679aee0f89609 authored about 8 years ago by Sebastian Pop <[email protected]>
Tweaks to match r283710 changes in lit.

llvm-svn: 283822

9a6c38584fbe9862eb7698e43df7c19d8c897d85 authored about 8 years ago by Sunil Srivastava <[email protected]>
Put my filter/analyze/display tool into the repository.

llvm-svn: 283650

48eba4226bbead0882a8267a34879ddd36960623 authored about 8 years ago by Matthias Braun <[email protected]>
litsupport: Introduce stats module

This adds a new litsupport module and the -DTEST_SUITE_COLLECT_STATS=1
option to cmake. Uses the...

e4e45a5b2857af825fd3ee70c59486a72c04c8f5 authored about 8 years ago by Matthias Braun <[email protected]>
Make LTO the default in -Os builds

llvm-svn: 283513

b3302e2a645a04292fc2b1c347fdc73b41a4ffd3 authored about 8 years ago by Chris Matthews <[email protected]>
Document the process of generating bitcode tests/benchmarks from Halide.

llvm-svn: 283401

163743ccc99b9a5c570beac5f05c95f6ac0b3818 authored about 8 years ago by Alina Sbirlea <[email protected]>
Important to test O3 without lto.

llvm-svn: 282975

5708e1175e77bdb4c99e021822e85d373566953d authored about 8 years ago by Chris Matthews <[email protected]>
[CUDA] [test-suite] Always enable assert()s in our builds.

Reviewers: tra, jhen

Subscribers: beanz, mgorny, llvm-commits

Differential Revision: https://r...

d6ce4e4a2755d6479b63a83043de68466dc79a3f authored about 8 years ago by Justin Lebar <[email protected]>
cmake/447.dealII: Increase fp tolerance levels

Different targets/libm implementation show a higher deviation in the
results from the reference....

cd00e81b48657b3bc5e41d75abbb1adea99c5746 authored about 8 years ago by Matthias Braun <[email protected]>
cmake/447.dealII: Do not force -stdlib=libstdc++

-stdlib=libstdc++ is a deprecated flag. There is no need to force it on
447.dealII, instead you ...

8fa95d9f253a7bf2ae5412d10068732a5caafda2 authored about 8 years ago by Matthias Braun <[email protected]>
Re-enable AArch64 tests for OSX arm64.

Green dragon should no longer fail (fix landed a while back). To revert if failure persists.

llv...

d1f63d11327032a2048c39463ca973ca4122d376 authored about 8 years ago by Alina Sbirlea <[email protected]>
[CUDA] [test-suite] Add <algorithm> test.

Just call some constexpr functions from <algorithm> with c++14 mode.
This isn't comprehensive; m...

1b9d36729ca6755c4f33a936856a691ba2778f8d authored about 8 years ago by Justin Lebar <[email protected]>
[CUDA] [test-suite] Add test that assert(false)'s.

This is mostly so that we know that our other tests are working.

llvm-svn: 281700

14461c75238a361a314271562d714ddfb37b0291 authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] [CUDA] Fix names of {cmath,math_h}_reference_output.

These need to be named ".reference_output", not "_reference_output".

llvm-svn: 281699

cc76d2fe9bf3978f52d4773afcd029bf9d7758bd authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] [CUDA] Run simple tests with -std=c++14.

llvm-svn: 281572

d6e702107a4a20f5ae641182fdf6da99dd5d9a3d authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] [CUDA] Get rid of testing code accidentally left in cmath.cu.

llvm-svn: 281571

35512512fce2be5d390553d92a99d7cf3f0e628d authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] [CUDA] Update README.

Summary: Fix typo (s/Externals/External/), and mention cuda-tests-simple.

Reviewers: tra

Subsc...

d516f76d7e325a314e000077db691e2b8ec54459 authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] [CUDA] Add <cmath> and <math.h> tests.

Summary: These are based on libc++'s test suite, but modified for CUDA.

Reviewers: tra

Subscri...

8f7416db60bdc58422fb347f74daad0a417ac537 authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] Add dependencies directly at the point where we create them.

llvm-svn: 281547

dae101f00727c506a621b13830d66c21522e7cd4 authored about 8 years ago by Artem Belevich <[email protected]>
[test-suite] Organize build targets for CUDA tests

Now target hierarchy looks like this:

cuda-tests-all:
cuda-tests-simple:
cuda-tests-simpl...

5106d3afa2e6045d355061e88f6a32ba10b6954e authored about 8 years ago by Artem Belevich <[email protected]>
[test-suite] Improved libstdc++ detection.

Now we can handle GCC installations with and without prefix.
Instead of checking hardcoded path ...

b820d335ac567acb4d7839948f47635a26d09a4e authored about 8 years ago by Artem Belevich <[email protected]>
[test-suite] Adding three bitcode benchmarks from Halide suite

Summary:
Adding three image processing benchmarks generated by Halide.
Based on the current inpu...

d8f5484d8fc7ce621089b3600c09e75eb299f9ed authored about 8 years ago by Alina Sbirlea <[email protected]>
[test-suite] Add CUDA printf test.

Summary: Checks that printf() actually does something in CUDA device code.

Reviewers: tra

Subs...

1297bd31182f7d8017f4b77c588330ad041cc739 authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] Check that we can use std::shared_future from CUDA host code.

Summary: This checks for the clang bug fixed in https://reviews.llvm.org/D24407.

Reviewers: tra...

707ae6075cba9cff8c78d1f8f0e94bc2403d1d07 authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] Update External/CUDA/README.

Summary: I went through the process described here, and it worked!

Reviewers: tra

Subscribers:...

e6b2dd423bdd2b2cff1475991f32a8dd2790f83c authored about 8 years ago by Justin Lebar <[email protected]>
[test-suite] Skip CUDA tests w/ libc++ if clang can't find it.

llvm-svn: 281087

c46bc52b445e09bfe97bfadaa27f82f782d65f7d authored about 8 years ago by Artem Belevich <[email protected]>
[test-suite] Added CMake files for external CUDA tests.

Creates test executables and RUN-only test scripts for all combinations of:
- CUDA version: all ...

0fd81e4fc574691e6ec35fb9ec4213faf8516c53 authored about 8 years ago by Artem Belevich <[email protected]>
[test-suite] Simplify test executable name generation.

.. and provide a way for users to find out generated executable name.
This makes it possible to ...

d16a403b5a8d8eb5cdf5343af15cd734e572c438 authored about 8 years ago by Artem Belevich <[email protected]>
[PowerPC] Actually add -faltivec for UnitTests/Vector/Altivec

We need to add -faltivec, to enable Altivec language extensions, to compile the
test suite unit ...

8d484c15a34d6db38d5d8e2308ac3e81c58d479d authored about 8 years ago by Hal Finkel <[email protected]>
cmake/400.perlbench: Increase stack size for darwin/iOS targets

This benchmark operated on the brink to stack overflow and would fail
when started with more env...

c9d762a1ce69d8475cc66f1ec1a143a2d845e839 authored about 8 years ago by Matthias Braun <[email protected]>
[test-suite] Fix adding the halide runtime file as cxx after file renaming.

Summary:
In order for the bitcode files to be linked they need to be marked as being cxx languag...

2c4e9e41bcae1a56a16a953310af1c28b61d9bb4 authored about 8 years ago by Alina Sbirlea <[email protected]>
[test-suite] Disable AArch64 tests for OSX arm64 to fix green dragon.

Summary:
On OSX-arm64, the halide runtime is not properly linked in with
the simd_ops tests lead...

1b625d3c9520f9eed4ca0383c8b6d845d8590435 authored about 8 years ago by Alina Sbirlea <[email protected]>
[test-suite] Bitcode tests: Update cmake to build driver and halide runtime only once.

Summary:
The simd_ops bitcode tests used to build the common driver and the halide runtime for e...

0ff144878c1eff88ff709efdce93affaaf1633a4 authored about 8 years ago by Alina Sbirlea <[email protected]>
[Test-suite] Halide bitcode tests for ARM.

Summary:
Adding to test-suite some unit tests for ARM in bitcode format.
Source: Halide's simd_o...

e452b9b13ea5fe43f4e03ad15afd41693502b217 authored about 8 years ago by Alina Sbirlea <[email protected]>
cmake: Bitcode tests need mainline clang >= 3.9

llvm-svn: 277010

9e3683d9c0204cfea019cc29ce091232d5135fa8 authored about 8 years ago by Matthias Braun <[email protected]>
[Test-suite] Halide bitcode tests for AArch64.

Summary:
Adding to test-suite some unit tests for AArch64 in bitcode format.
Source: Halide's si...

0fa7b60aaf469859042ed1db6e13c209636e2d53 authored about 8 years ago by Alina Sbirlea <[email protected]>
cmake: Initialize project before modifying CFLAGS

Setting up the project appears to clear CMAKE_C_FLAGS when cmake is run
in combination with a ca...

3b5fb6b947247c2aad52916e742025ee51089712 authored about 8 years ago by Matthias Braun <[email protected]>
[test-suite] Bitcode simd tests: align memory to 128.

Summary:
Patch preparing the addition of more tests.
Some require 128 alignment, so update drive...

c4ee45bc92eff417850eb5d652028e7f10a88865 authored about 8 years ago by Alina Sbirlea <[email protected]>
cmake: Add a flag to control whether benchmarks are run

llvm-svn: 276210

4816e07f2a3a20dbb2ea66b77ba131af1e015a0d authored about 8 years ago by Matthias Braun <[email protected]>
New cmake caches for -Os and -Oz

llvm-svn: 276206

f64244411e27ce1e8d9c6ad3e241e390dc58b59a authored about 8 years ago by Chris Matthews <[email protected]>
[test-suite] Supress warnings of missing reference output files.

Summary:
For the Bitcode tests, there is a large number of tests that do not have or need a refe...

61cacd9533e59faf2aad9a51d1b9a0e9df2ea6a1 authored about 8 years ago by Alina Sbirlea <[email protected]>
Remove tests that fail with verify-machineinstrs until fixed.

llvm-svn: 276047

03a86495367fcd0c81ca93b7c7fcf0d74368e907 authored about 8 years ago by Alina Sbirlea <[email protected]>
[test-suite] Missed cleanup of unused test files.

llvm-svn: 275923

0563f434cb29e79dabe57982053a5fec223da9fc authored over 8 years ago by Alina Sbirlea <[email protected]>
Test from Halide suite checking simd operations.

Summary: This is an initial patch for feedback request on: 1. Location
of bitcode files 2. Build...

c4dc2e84c8c91e734b52f7b9038b462ea0b0ca4c authored over 8 years ago by Alina Sbirlea <[email protected]>
Enable https for test-suite.

llvm-svn: 275479

1fc3d0667356d10f599dd96eb210fcc54c4b09bc authored over 8 years ago by Alina Sbirlea <[email protected]>
litsupport/remote.py: Fix preparescript handling

We need to put the prepare script in a different .sh file than the main
run script, so they don'...

69328f3c1727893e8b0b3a002a2f9e35dc9cf404 authored over 8 years ago by Matthias Braun <[email protected]>
cmake: Detect test subdirectories when running cmake.

The intention here is that we can have test-suites in independent
repositories using the same in...

89c0065e033193b84bc911aa2e9254597d945fc6 authored over 8 years ago by Matthias Braun <[email protected]>
Remove lemon from BENCHMARKING_ONLY set.

This benchmark is unsuitable as a compiler benchmark:

- It forks itself hundreds of times per s...

afae019af00a214893ea083d5cae83bdc24c3ac3 authored over 8 years ago by Matthias Braun <[email protected]>
nbench: Eliminate timing and re-running related code

nbench is by far the noisiest benchmark in the test-suite for me. This
seems to be caused by the...

a09bc3c3b8fd3830f58cfea9171d86aa154915b9 authored over 8 years ago by Matthias Braun <[email protected]>
test-suite: Remove pointless docs/website directory

Differential Revision: http://reviews.llvm.org/D21538

llvm-svn: 273221

833284078e4f3982832e6cee8f522fccba932e46 authored over 8 years ago by Matthias Braun <[email protected]>
lit: Initialize preparescript in TestPlan constructor

This fixes statistic collection without running a benchmark.

llvm-svn: 272586

1f9e08e8af22d97b3484e44d9706a51968a51ad3 authored over 8 years ago by Matthias Braun <[email protected]>
cmake: Append to existing TEST_SUITE_ARCH_FLAGS in xcode_sdk cache

llvm-svn: 272585

05bed8dc27e264e05d97675855842b487f2a9d05 authored over 8 years ago by Matthias Braun <[email protected]>
[test-suite] Use shellcommand.wrap() when adding the run_under command

Summary:
When mutating a command like "cd X; ./cmd" to add the run_under
arguments (for example ...

28c22aef5ee4a801b92f6ddd4759be9b482ebdaa authored over 8 years ago by Silviu Baranga <[email protected]>
Set higher minimum cmake requirements

Now that llvm has moved to a cmake 3.4.3 minimum, we can bump the
minimum of the test-suite as w...

1071bccf6abadf0f354124c454cb3dde12469a32 authored over 8 years ago by Matthias Braun <[email protected]>
cmake: Require cmake 3.4 for the xcode_sdk based caches

Earlier versions lead to subtle failures when using the caches.

llvm-svn: 270506

a563868ef2a716195420339d8f389a14487a9a5c authored over 8 years ago by Matthias Braun <[email protected]>
[LNT] Update timeit.sh to have the same return code as timeit when --append-exitstatus is used

Summary:
When passing --append-exitstatus, timeit will write the exit status
to the output and r...

1930ad97d3612fc418549a785ec259df2f089583 authored over 8 years ago by Silviu Baranga <[email protected]>