Commit 9ce28ed
[5.5] Fix one test and disable two tests for Linux aarch64 (#40427)
* Disable lto-autolink test on linux-aarch64
(cherry picked from commit d3ff2b1)
* [Linux] XFAIL typeref_decoding_asan test on linux-aarch64 (#37000)
ASan seems to cause reflection information to not be extractable from binaries on aarch64.
rdar://76975976
(cherry picked from commit 8aae5c5)
* [Linux] Add symbol to ignore list in symbol-visibility-linux test (#37001)
This test fails on linux-aarch64 because of the additional weak C++ symbol
(cherry picked from commit fe7ade8)
Co-authored-by: Dario Rexin <dario.rexin@me.com>1 parent e06fced commit 9ce28ed
File tree
3 files changed
+5
-0
lines changed- test
- IRGen
- Reflection
- stdlib
3 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 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 | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments