summaryrefslogtreecommitdiff
path: root/travis/test/clzero.json
blob: a4215aec831d73e201d3eaba251ddbd682f9ec89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
	{
		"description": "Test CLZERO instruction (ax/eax/rax)",
		"id": "clzero",
		"format": "bin",
		"source": "clzero.asm",
		"option": "-Ox",
		"target": [
			{ "output": "clzero.bin" }
		]
	},
	{
		"description": "Test unsupported CLZERO instruction",
		"ref": "clzero",
		"option": "-Ox -DERROR",
		"target": [
			{ "stderr": "clzero.stderr.t" }
		],
		"error": "expected"
	}
]