mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
2a34d0287e
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
26 lines
549 B
JSON
26 lines
549 B
JSON
[
|
|
{
|
|
"description": "Test of non-power-of-2 smart-alignment (-Ox)",
|
|
"id": "align13s",
|
|
"format": "bin",
|
|
"source": "align13s.asm",
|
|
"option": "-Ox -o align13s.bin",
|
|
"target": [
|
|
{ "stderr": "align13s.stderr" }
|
|
],
|
|
"error": "expected"
|
|
},
|
|
{
|
|
"description": "Test of non-power-of-2 smart-alignment (-O1)",
|
|
"ref": "align13s",
|
|
"option": "-O1 -o align13s.bin",
|
|
"update": "false"
|
|
},
|
|
{
|
|
"description": "Test of non-power-of-2 smart-alignment (-O0)",
|
|
"ref": "align13s",
|
|
"option": "-O0 -o align13s.bin",
|
|
"update": "false"
|
|
}
|
|
]
|