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
This hopefully addresses what was found by:
https://lab.llvm.org/buildbot/#/builders/214/builds/...
This should address the issues found in:
https://lab.llvm.org/buildbot/#/builders/214/builds/839
This hopefully addresses the issue in:
https://lab.llvm.org/buildbot/#/builders/57/builds/17109
This adds CFLAGS as well as CXXFLAGS for disabling implicit function
declarations in both CMake ...
This is useful for metrics such as number of times a given pass performed
a transformation, etc....
In addition, this retains the pandas multi-index to improve the
visualization. We also transform...
This prevents all the variables being declared as globals. I noticed this
due to a typo while wo...
16b7d7fce5c1814e4e7ffb62d614789e3868d5f6 authored almost 3 years ago
This should address the issues found by:
https://lab.llvm.org/buildbot#builders/174/builds/8451
...
This is intended to fix:
https://lab.llvm.org/buildbot/#/builders/45/builds/6787
D122983 intends to make these cases a 'warning as error' in C11 and C17
modes, and an attempt to...
The test is known to not work with -fpic.
See details at:
https://github.com/llvm/llvm-project/...
As @Kai pointed out post-commit, instantiating
std::uniform_int_distribution with char is UB. To...
This patch adds an initial set of benchmarks for memory runtime check
generation.
It comes with...
9d37c04e31a96c7fbe15ae35bc110503ea9b39f4 authored almost 3 years agoThe addition of these visibility variables caused a test-suite build failure on AIX because visi...
d785c299bdb9494182fd253a5ab5e5dbca725a3c authored almost 3 years ago
Un-whitelist the test 5.0/target/test_target_allocate.c which has been
changed upstream in is no...
This reverts commit aa1e969f2575a3c57d3ea32594f2525fc1a25a9c.
We are now using the standard met...
9fb1916e98466baa2677f32b61626b03afc978a7 authored almost 3 years ago
This mainly updates benchmarks to address an issue with perfcounters
introduced through a refact...
This reverts commit 518d9c33275196f573279da23c3694f85664a9f7.
Due to failures like https://lab....
aa1e969f2575a3c57d3ea32594f2525fc1a25a9c authored almost 3 years ago
This test requires -std=legacy which is not supported by flang.
Currently we check if the flag i...
Differential Revision: https://reviews.llvm.org/D121225
04a01ad85c09cd2d883df4a683f0bb79202fc330 authored almost 3 years ago
After 2e2f3158c60 <algorithm> is not included by accident through other
includes. This breaks bu...
This patch adds a first set of tests to check memory runtime checks
generated by the vectorizer....
The test currenty fails with the latest Clang and is not expected
to pass.
faf89214f17caf39243637293239c242bd0b1559 authored almost 3 years ago
On Apple platforms, RLIMIT_RSS is mapped to RLIMIT_AS [1] and setting
RLIMIT_AS to a value small...
See details in https://bugs.llvm.org/show_bug.cgi?id=51346
6da025eb78f770e86e4ce094af8bacc65965aeb1 authored almost 3 years ago
This relands commit 6cce747d78245e3f20a0ad165503d6bcd6128174, which was
reverted by commit 22071...
This reverts commit 6cce747d78245e3f20a0ad165503d6bcd6128174.
220719ef572ea0ea8798844af45903600d8162d0 authored almost 3 years agoOn AIX, many typedefs and struct definitions required by test-suite tests are only accessible wh...
6cce747d78245e3f20a0ad165503d6bcd6128174 authored almost 3 years agoOn AIX, many typedefs and struct definitions required by test-suite tests are only accessible wh...
506c8f9b18ef2261bd1fad9a138f6132c0df52d7 authored almost 3 years ago
For input into the static linker, it is not possible to encode within an XCOFF object file
that ...
d26d6943656d7b497e5e7d6b6bfbd6dbcd647d69 authored about 3 years ago
The pr19687.c test currently checks that a union initialization
with empty initializer list init...
This reverts commit e736520bca4886486bb7babcd256a844377e2913.
Reverting as this causes failures...
a77ad335b95d4e004b0536c2a194ad247201c0fc authored about 3 years ago
Originally the test-suite tools are configured to compile with cc by default.
This patch updates...
This patch update the telecomm-FFT benchmark to use saved sin/cos values for
some inputs, to acc...
This patch changes some of the specifiers in the printf calls within:
```
MultiSource/Applicatio...
This patch creates a new reference file on AIX for the ldecod benchmark.
The output on AIX and L...
This patch guards MultiSource/Applications/siod to include the appropriate fcntl.h header
on AIX...
For the ocean and srad benchmarks, RAND_MAX is used and is expected to be 2147483647.
However, R...
This patch guards headers to not include err.h, as we do not have this header on AIX.
It seems l...
This patch adds the _AIX macro to indicate that the timegm utility is
unavailable on AIX (and th...
This patch makes use of stat() to access file type information, as the d_type
field of dirent.h ...
This patch adds the _AIX macro to indicate that memalign is unavailable
and should not be used. ...
The random() function on AIX appears to be implemented differently and produces
slightly differe...
Test "5.0/target/test_target_uses_allocators_const.c" currently fails with:
ptxas /tmp/test...
6a0d9f4af038532d5e4d343c83b766accb459c0b authored about 3 years ago
This patch disables the CLAMR benchmark on AIX. This is because the benchmark
utilizes the SLIST...
This patch disables the CoMD benchmark on AIX. The benchmark fails with the error,
```
CoMD/cmdL...
The patch fixes a test fail when compiling the benchmark using GCC
9.3.0. The benchmark was fail...
This patch adds a new reference output file for 2003-10-12-GlobalVarInitializers
on AIX. This is...
Some of the test-suite's tests fail with top-of-tree Clang/libomp. Features might not have matur...
6f974310756b31876c7d1820122affc824ecff72 authored over 3 years ago
The change contains small fixes and enhancements for these tests:
- previously these tests were ...
Differential Revision: https://reviews.llvm.org/D106804
b983131b7e46d34f0eb2be399baf6c2e48d5734c authored over 3 years agoDifferential Revision: https://reviews.llvm.org/D108851
dcb6796745372a5c79a984b4f9e6fc5861db5659 authored over 3 years agoDifferential Revision: https://reviews.llvm.org/D108849
cd9663e5e41b9105d68546f52e8484981038f52f authored over 3 years ago
gets() has been removed from C11 and on FreeBSD 13 libc no longer provides
it by default. Use fg...
This changes the test-suite build to run llvm-size on exectuables
immediately after they were bu...
Differential Revision: https://reviews.llvm.org/D108847
cbad0a7ac842c154aa206ae4726c96dbeef1dfef authored over 3 years ago-gcc-toolchain is gone in b686fc7a1bea
c4be1ef309addb13917f8e3af8e1f3aaa0bec640 authored over 3 years agoDifferential Revision: https://reviews.llvm.org/D107863
e148d26e7303d6bea60853eb102a80dab601beb6 authored over 3 years agoLLVM test-suite can reduce executing time by using small data set as input data when SMALL_PROBL...
b00561b9ad5e73079ff58d7540fd5b9061af7f9e authored over 3 years agoThe newly added file will cause build failure with clang.
test-suite/MicroBenchmarks/SLPVectori...
8a717b0ecf8302afcf8606f25dc1713435cea69d authored over 3 years ago
The validator binary requires timeit on the host system to measure
the build time. This patch ex...
This patch adds a first set of micro benchmarks for SLP vectorization.
The initial benchmarks ar...
a9cb0618fb0df3a4418193b4f071812f21dcd767 authored over 3 years ago
When running the benchmarks on a different device, we need to copy the
reference files to the de...
This patch adds detection of Darwin platforms and the corresponding defines.
Reviewed By: Meine...
56e28a7fe120e12989b007697c13c28b5e126761 authored over 3 years ago the clang patch in https://reviews.llvm.org/D74436 . These changes were made in the
CMake...
clang needs to use -D__HIP_ROCclr__ for compiling HIP program.
492b9b5b03b7e5858d058001c90aa0c57a95addc authored over 3 years agoeec1f3f9ece48eefebefa43a0339ce1b92a1a0b2 authored over 3 years ago
Revert the test since it caused regression.
This reverts commit d9107edc1a4ebdd7b66fff9d2ec963a...
f51bb9d0230b84bb314181d8d47334df1c2e8ed7 authored over 3 years ago
Add a test to test-suite for testing std::isnan in host and device functions
when compiled with ...
In addition to testing the -fxray-instrument command-line flag, test
the availability of the XRa...
On AIX, I realized that the output image matrix of the harris benchmark did not match the one pr...
0ac2c54421335ba58501e22c6abe47ff4c623542 authored over 3 years ago
This pulls in changes from benchmark upstream that address some namng
conflicts; for example, ht...
This is a temporary build fix.
Differential Revision: https://reviews.llvm.org/D106281
3f9724e85f514c9d7014d8af00d22c7d8f1ffdf7 authored over 3 years agoThis reverts commit f6b04890c21ac634fcba6075017ec1487a85e132.
In MicroBenchmarks/libs/benchmark...
db5544472372b0e5384a4eca46271715a3056fba authored over 3 years agoThis reverts commit c9eda518d5f926982827154f240134f40f0b3b89.
With this change the test suite i...
f6b04890c21ac634fcba6075017ec1487a85e132 authored over 3 years ago1921b40a2d17bdc480c6ffe8a335121ac8fd7871 authored over 3 years ago
Differential Revision: https://reviews.llvm.org/D105361
c9eda518d5f926982827154f240134f40f0b3b89 authored over 3 years agoSince https://reviews.llvm.org/D105330 -format is not recognised.
Causing failures on our AArch...
d73ac5f0188cbfaf7a29981d94dcc7434b7ea66b authored over 3 years ago
The CMakeLists.txt was adding the tolerance after calling
llvm_single_source. Which meant that t...
d382dfd3c56acce63ba6ef27b4b68d81fc9a9eed authored over 3 years ago
473.astar chose to pronounce the CPU endianness C preprocessor symbol differently from the rest ...
ad57b9ae24df5838eddb7234f7300f3e7aee22fe authored over 3 years agoUpdate README to reflect modifications to test-suite.
Support input from standard-in in llvm_si...
6e1a568981839691d3d47c2a2c9d94812b3a7f33 authored over 3 years agoBuilding SpecCPU2017 using cmake raises this error:
```
CMake Error at External/SPEC/SpecCPU201...
The dependent clang patch changes the default setting for ffp-contract to true,
and that causes ...
This reverts commit a52cf9f13240934991ba800d4188f61eb6816420.
build error, apologies, my testing...
The dependent clang patch changes the default setting for ffp-contract to true,
and that causes ...
This reverts commit ccc86f938839d02de3a6564b2d80fb47a60aa069.
This revision is incorrect, will n...
The dependent clang patch changes the default setting for ffp-contract to true,
and that causes ...
On AIX in 32bit mode, malloc may not be 16 byte aligned as required for vector
data types. This ...
Fortran tests now go in top-level Fortran subdirectory and can be run with or without C/C++ test...
2d54fa1403968969d7ebf265a27f3f4a91c9f45a authored over 3 years ago
The update to benchmark (D101475) brought in a few new test targets
that need to be built after ...
Updating the dependency to enable leveraging perf counter support.
Renamed the directory to be ...
9865aaa157bd145d73f99a544dac49122dc9efab authored over 3 years ago
Previous workaround only works only for C++11 and newer.
For C++98 we can only disable the tests...
Technically we can't use std::nothrow in GPU code as it's a host variable.
Clang previously fail...
This patch adds initial micro-benchmarks with interesting
loop-vectorization cases. To start wit...
Add SPEC2017 CPU wrf floating point rate and speed test.
Allow for possibility that wrf rate an...
fb038dea9c4b0e26a584dd1e9860deb62e5847c3 authored over 3 years ago