mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
5eb6d35721
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
21 lines
340 B
JSON
21 lines
340 B
JSON
[
|
|
{
|
|
"description": "Test .got offsets",
|
|
"id": "gotoff64",
|
|
"format": "elf64",
|
|
"source": "gotoff64.asm",
|
|
"target": [
|
|
{ "output": "gotoff64.o" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test errors in .got offsets",
|
|
"ref": "gotodd64",
|
|
"option": "-DERROR",
|
|
"target": [
|
|
{ "stderr": "gotoff64.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|