@@ -6,8 +6,10 @@ |
|
|
6 |
6 |
//@ [weak]run-pass |
7 |
7 |
//@ [both]run-pass |
8 |
8 |
|
9 |
|
-// The linker's exact error output changes between Xcode versions. |
|
9 |
+// The linker's exact error output changes between Xcode versions, depends on |
|
10 |
+// linker invocation details, and the linker sometimes outputs more warnings. |
10 |
11 |
//@ compare-output-lines-by-subset |
|
12 |
+//@ normalize-stderr-test: "linking with `.*` failed" -> "linking with `LINKER` failed" |
11 |
13 |
//@ normalize-stderr-test: "Undefined symbols for architecture .*" -> "ld: Undefined symbols:" |
12 |
14 |
//@ normalize-stderr-test: "._CFRunLoopGetTypeID.," -> "_CFRunLoopGetTypeID," |
13 |
15 |
|