summaryrefslogtreecommitdiff
path: root/travis/test/clzero.json
blob: e0a9e8e0f1dbb9839d6c99f01313f87069731e1f (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" }
		],
		"error": "expected"
	}
]