Commit 311cb32
tests: Skip tests 60 and 61 on x32
x32 syscalls require the X32_SYSCALL_BIT (0x4000 0000) to be
set, and thus syscalls less than that are invalid on the x32
architecture. Tests 60 and 61 utilize syscalls less than
0x4000 0000, so skip those tests for the x32 arch.
Fixes Github Issue #472.
Reported-by: Sam James <sam@gentoo.org>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
[PM: fixed test header indentation to properly align]
Signed-off-by: Paul Moore <paul@paul-moore.com>
(imported from commit 9b9ea8e)1 parent 38c524f commit 311cb32
2 files changed
Lines changed: 14 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments