mirror of
https://github.com/netwide-assembler/nasm.git
synced 2026-01-26 08:07:53 +00:00
Always generate a list file and point output at a given filename, even if failure is expected. Remove ad hoc -o output names that generally don't point into safe locations. The result is that the preprocessing options (-E) no longer output to stdout, so change the tests accordingly. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
31 lines
544 B
JSON
31 lines
544 B
JSON
[
|
|
{
|
|
"description": "Test explicit REX/VEX2/VEX3/EVEX prefix",
|
|
"id": "vex",
|
|
"format": "bin",
|
|
"source": "vex.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "vex.bin" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test early REX/VEX prefix errors",
|
|
"ref": "vex",
|
|
"option": "-Ox -DERROR=1",
|
|
"target": [
|
|
{ "stderr": "vex1.stderr" }
|
|
],
|
|
"error": "expected"
|
|
},
|
|
{
|
|
"description": "Test late REX/VEX prefix errors",
|
|
"ref": "vex",
|
|
"option": "-Ox -DERROR=2",
|
|
"target": [
|
|
{ "stderr": "vex2.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|