Commit e1098df
committed
ci: fix macOS lanes broken by the re-MINIT harness test
The 043 harness links with GNU ld's --unresolved-symbols=ignore-all;
macOS ld64 rejects the flag, the harness fails to compile, and the test
failed on every macOS lane. The technique is ELF-only (ld64's
-undefined dynamic_lookup binds eagerly under chained fixups), so the
test now skips on non-Linux.
The failure also exposed a diagnostics hole in the workflow: under
bash -e, the RESULT=$(php run-tests.php ...) capture aborts the step on
run-tests' non-zero exit before echo "$RESULT" runs, so failing lanes
logged nothing about which test failed. The capture no longer aborts,
and a missing summary line (run-tests crashed) now counts as failure
instead of slipping past the numeric check.
043 verified still passing, not skipped, on Linux.1 parent db4788d commit e1098df
2 files changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments