Henrik G. Olsson
cbc0ec3b88
Add -verify-ignore-unrelated where necessary (NFC)
...
These are tests that fail in the next commit without this flag. This
does not add -verify-ignore-unrelated to all tests with -verify, only
the ones that would fail without it. This is NFC since this flag is
currently a no-op.
2025-10-04 14:19:52 -07:00
Varun Gandhi
a1716fe2a6
[Diagnostics] Update compiler diagnostics to use less jargon. ( #31315 )
...
Fixes rdar://problem/62375243.
2020-04-28 14:11:39 -07:00
Saleem Abdulrasool
dabbdad811
test: enable additional tests on Linux
...
Un-XFAIL tests on Linux now that ObjC interop is controllable. There
are a couple of tests that remain which are dependent on Foundation.
Fix a configuration issue that resulted in a number of tests failing on
Linux.
2018-04-24 11:21:21 -07:00
Robert Widmann
6509f78f13
tests: replace remaining 'mkdir -p' calls with %empty-directory(...)'
...
These changes were made manually.
2017-06-04 11:08:39 -07:00
Rintaro Ishizaki
384ab780e9
[Diagnostic verifier] Make '<unknown>' check optional
...
Added frontend option '-verify-ignore-unknown'
2017-02-02 10:49:32 +09:00
Rintaro Ishizaki
827c6e7c3d
[Diagnostic verifier] Diagnostics at '<unknown>:0' are unexpected
2017-02-02 10:48:54 +09:00
David Farler
b7d17b25ba
Rename -parse flag to -typecheck
...
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Rintaro Ishizaki
bedd93d62c
[test] Fix test failure on non x86_64 target in failed-clang-module test case
2016-08-06 01:55:36 +09:00
Argyrios Kyrtzidis
3bc81f7df4
[Serialization] Fix deserialization crash occurring when a mixed framework fails to load its ObjC part.
...
rdar://27709042
2016-08-04 15:59:05 -07:00