summaryrefslogtreecommitdiff
path: root/travis/test/align13.json
blob: 7375023a69d8713d4d50bf174ac5705e858cf77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
	{
		"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"
	}
]