Commit 9285117
authored
Exclude Apple M2 from XFAILs in NaN, Inf, and denorm sin and cos tests (#717)
As pointed out by @farzonl it appears that the sin and cos tests for
NaN, Inf, and denorm floats passes on the Apple machine that ran this PR
check:
https://github.com/llvm/llvm-project/actions/runs/21695662617/job/62565234979?pr=179836
Since the machine name is 'm2-mbp' it seems to be an Apple M2 MacBook
Pro.
This PR adds a more AppleM# feature flags and excludes AppleM2 from the
XFAIL for the NaN, Inf, and denorm sin and cos tests.1 parent 7107b53 commit 9285117
3 files changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| |||
0 commit comments