nasm/travis/test/align13.json
Cyrill Gorcunov 2e1bf723a9 test: travis -- Add some of converted tests
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-10-17 21:40:14 +03:00

26 lines
523 B
JSON

[
{
"description": "Test of non-power-of-2 alignment (-Ox)",
"id": "align13",
"format": "bin",
"source": "align13.asm",
"option": "-Ox -o align13.bin",
"target": [
{ "stderr": "align13.stderr" }
],
"error": "expected"
},
{
"description": "Test of non-power-of-2 alignment (-O1)",
"ref": "align13",
"option": "-O1 -o align13.bin",
"update": "false"
},
{
"description": "Test of non-power-of-2 alignment (-O0)",
"ref": "align13",
"option": "-O0 -o align13.bin",
"update": "false"
}
]