Erik Eckstein
|
78ec15cf38
|
tests: remove some unused FileCheck prefix options
Such tests would fail with the -allow-unused-prefixes FileCheck option.
diff --git a/test/lit.cfg b/test/lit.cfg
-run_filecheck = '%s %s --sanitize BUILD_DIR=%s --sanitize SOURCE_DIR=%s --use-filecheck %s %s' % (
+run_filecheck = '%s %s --sanitize BUILD_DIR=%s --sanitize SOURCE_DIR=%s --use-filecheck %s %s -allow-unused-prefixes=false' % (
It helps avoiding some wrong CHECK patterns.
I just looked briefly at some of the fails. TODO: fix remaining tests, too.
rdar://74189761
|
2021-03-25 15:19:30 +01:00 |
|
Erik Eckstein
|
39bb14b094
|
change mangling prefix from $S to $s
This is the final ABI mangling prefix
rdar://problem/38471478
|
2018-09-19 13:55:11 -07:00 |
|
Erik Eckstein
|
cd3d50a5d9
|
ABI: Change the mangling prefix from _T0 to $S
|
2018-01-06 13:55:59 -08:00 |
|
Erik Eckstein
|
c4a11f4c92
|
tests: remove the now unused option -new-mangling-for-tests
|
2017-03-22 11:28:43 -07:00 |
|
Erik Eckstein
|
1d3724666f
|
tests: convert about 400 tests to the new mangling by using the -new-mangling-for-tests option
When the new mangling is enabled permanently, the option can be removed from the RUN command lines again.
|
2017-01-24 15:27:45 -08:00 |
|
Dmitri Gribenko
|
d175b3b66d
|
Migrate FileCheck to %FileCheck in tests
|
2016-08-10 23:52:02 -07:00 |
|
Adrian Prantl
|
5042515a6a
|
Remove a whitespace that was added while porting this test to Linux so
it works on Darwin again.
|
2016-05-06 12:23:45 -07:00 |
|
Adrian Prantl
|
2a65417912
|
Relax testcase to work on Linux.
|
2016-05-06 11:51:49 -07:00 |
|
Adrian Prantl
|
44b2d4851c
|
Debug info: Factor out the test for hidden global variables into a
separate test that is not depending on Foundation.
<rdar://problem/26133649>
|
2016-05-06 10:55:41 -07:00 |
|