fix testcase workarounds

This commit is contained in:
Wolfgang Bumiller 2013-08-27 10:00:24 +02:00
parent b3c1b46925
commit 147a6df629
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ I: correct-logic.qc
D: vector logic flags
T: -execute
C: -std=fteqcc -fshort-logic
M: ! & | i N
M: ! & | i N
M: 0, 0 -> 1 0 0 0 1
M: 0, x -> 1 0 1 0 1
M: x, 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: correct-logic.qc
D: vector logic flags
T: -execute
C: -std=fteqcc
M: ! & | i N
M: ! & | i N
M: 0, 0 -> 1 0 0 0 1
M: 0, x -> 1 0 1 0 1
M: x, 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: correct-logic.qc
D: vector logic flags
T: -execute
C: -std=fteqcc -fcorrect-logic -fshort-logic
M: ! & | i N
M: ! & | i N
M: 0, 0 -> 1 0 0 0 1
M: 0, x -> 1 0 1 0 1
M: x, 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: correct-logic.qc
D: vector logic flags
T: -execute
C: -std=fteqcc -fcorrect-logic
M: ! & | i N
M: ! & | i N
M: 0, 0 -> 1 0 0 0 1
M: 0, x -> 1 0 1 0 1
M: x, 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: truth-flags-2.qc
D: logic flags
T: -execute
C: -std=fteqcc -fshort-logic
M: ! & | i N
M: ! & | i N
M: 'str', 'str' -> 0 1 1 1 0
M: 'str', '' -> 0 1 1 1 0
M: 'str', 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: truth-flags-2.qc
D: logic flags
T: -execute
C: -std=fteqcc
M: ! & | i N
M: ! & | i N
M: 'str', 'str' -> 0 1 1 1 0
M: 'str', '' -> 0 1 1 1 0
M: 'str', 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: truth-flags-2.qc
D: logic flags
T: -execute
C: -std=fteqcc -fshort-logic -ftrue-empty-strings
M: ! & | i N
M: ! & | i N
M: 'str', 'str' -> 0 1 1 1 0
M: 'str', '' -> 0 1 1 1 0
M: 'str', 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: truth-flags-2.qc
D: logic flags
T: -execute
C: -std=fteqcc -ftrue-empty-strings
M: ! & | i N
M: ! & | i N
M: 'str', 'str' -> 0 1 1 1 0
M: 'str', '' -> 0 1 1 1 0
M: 'str', 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: truth-flags-2.qc
D: logic flags
T: -execute
C: -std=fteqcc -fshort-logic -ffalse-empty-strings
M: ! & | i N
M: ! & | i N
M: 'str', 'str' -> 0 1 1 1 0
M: 'str', '' -> 0 0 1 1 0
M: 'str', 0 -> 0 0 1 1 0

View file

@ -2,7 +2,7 @@ I: truth-flags-2.qc
D: logic flags
T: -execute
C: -std=fteqcc -ffalse-empty-strings
M: ! & | i N
M: ! & | i N
M: 'str', 'str' -> 0 1 1 1 0
M: 'str', '' -> 0 0 1 1 0
M: 'str', 0 -> 0 0 1 1 0