Commit af31e09
committed
[static] Mark some tests unsupported.
In the prior commit we opened static binaries for all ELF platforms when
requested. For some reason, the ImageInspectionELF module is split out
into its own library when building stdlib as a static library. However,
there are still references to lookupSymbol from swiftCore to
ImageInspectionELF, which cause lazy binding errors at runtime which
foul up these unit tests. Currently it is unknown whether it is
necessary to keep splitting out ImageInspectionELF like this; on its
face, this seems rather unnecessary.
Until then, mark these tests unsupported when stdlib exists as a static
library, since these tests use the dynamic version of stdlib, and won't
have the correct references to ImageInspectionELF.1 parent 4c5b57f commit af31e09
File tree
3 files changed
+6
-0
lines changed- test
- Frontend
- Interpreter
- Runtime
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments