nasm/travis/test/vex.json
H. Peter Anvin 1a907c27a5 travis: always generate a list file; show subtest number
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>
2025-10-15 22:11:09 -07:00

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"
}
]