Use single quotes for Windows compatibility

This commit is contained in:
Michael Tautschnig 2017-10-25 01:28:45 +01:00
parent 4b36fc6f20
commit 96e169aecf
47 changed files with 51 additions and 51 deletions

View File

@ -1,6 +1,6 @@
CORE
jarfile3.class
--function jarfile3.f --java-cp-include-files "jarfile3\.class"
--function jarfile3.f --java-cp-include-files 'jarfile3\.class'
^EXIT=10$
^SIGNAL=0$
.*SUCCESS$

View File

@ -1,6 +1,6 @@
CORE
Main.class
--function "Other.fail:()V"
--function 'Other.fail:()V'
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$

View File

@ -1,6 +1,6 @@
CORE
Main.class
--function "D.fail:()V"
--function 'D.fail:()V'
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$

View File

@ -1,6 +1,6 @@
KNOWNBUG
Main.class
--function "A.dummy:()V"
--function 'A.dummy:()V'
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$

View File

@ -1,6 +1,6 @@
KNOWNBUG
Main.class
--function "Other.fail"
--function 'Other.fail'
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$

View File

@ -1,6 +1,6 @@
CORE
C.jar
--function jarfile3.f --java-cp-include-files "@jar.json"
--function jarfile3.f --java-cp-include-files '@jar.json'
^EXIT=10$
^SIGNAL=0$
.*SUCCESS$

View File

@ -1,6 +1,6 @@
CORE
test.class
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point "test.sety:(I)V" --lazy-methods-extra-entry-point "test.sety:(F)V"
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point 'test.sety:(I)V' --lazy-methods-extra-entry-point 'test.sety:(F)V'
^EXIT=0$
^SIGNAL=0$
VERIFICATION SUCCESSFUL

View File

@ -1,6 +1,6 @@
CORE
test.class
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point "test.sety:(I)V"
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point 'test.sety:(I)V'
^EXIT=0$
^SIGNAL=0$
VERIFICATION SUCCESSFUL

View File

@ -1,6 +1,6 @@
CORE
test.class
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point "test.sety:(F)V"
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point 'test.sety:(F)V'
^EXIT=0$
^SIGNAL=0$
VERIFICATION SUCCESSFUL

View File

@ -1,6 +1,6 @@
CORE
test.class
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point "test.*"
--lazy-methods --verbosity 10 --function test.f --lazy-methods-extra-entry-point 'test.*'
^EXIT=0$
^SIGNAL=0$
VERIFICATION SUCCESSFUL

View File

@ -1,6 +1,6 @@
CORE
static_method1.class
--function "static_method1.f" --div-by-zero-check
--function 'static_method1.f' --div-by-zero-check
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$

View File

@ -1,6 +1,6 @@
CORE
org/springframework/build/gradle/MergePlugin$1$_execute_closure1$_closure2.class
--function "org.springframework.build.gradle.MergePlugin\$1\$_execute_closure1\$_closure2.\$getCallSiteArray:()[Lorg/codehaus/groovy/runtime/callsite/CallSite;"
--function 'org.springframework.build.gradle.MergePlugin$1$_execute_closure1$_closure2.$getCallSiteArray:()[Lorg/codehaus/groovy/runtime/callsite/CallSite;'
^EXIT=0
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$

View File

@ -5,10 +5,10 @@ include ../../src/common
ifeq ($(BUILD_ENV_),MSVC)
exe=../../../src/goto-cc/goto-cl
is_windows="true"
is_windows=true
else
exe=../../../src/goto-cc/goto-cc
is_windows="false"
is_windows=false
endif
test:

View File

@ -1,6 +1,6 @@
CORE
main.c
"--function fun --cover branch"
'--function fun --cover branch'
^EXIT=0$
^SIGNAL=0$
^x=

View File

@ -5,10 +5,10 @@ include ../../src/common
ifeq ($(BUILD_ENV_),MSVC)
exe=../../../src/goto-cc/goto-cl
is_windows="true"
is_windows=true
else
exe=../../../src/goto-cc/goto-cc
is_windows="false"
is_windows=false
endif
test:

View File

@ -1,6 +1,6 @@
CORE
main.c
"--function fun --show-goto-functions"
'--function fun --show-goto-functions'
^\s*fun\(x\);$
^EXIT=6$
^SIGNAL=0$

View File

@ -5,10 +5,10 @@ include ../../src/common
ifeq ($(BUILD_ENV_),MSVC)
exe=../../../src/goto-cc/goto-cl
is_windows="true"
is_windows=true
else
exe=../../../src/goto-cc/goto-cc
is_windows="false"
is_windows=false
endif
test:

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -1,6 +1,6 @@
CORE
main.c
"--show-symbol-table"
--show-symbol-table
// Enable multi-line checking
activate-multi-line-match
EXIT=0

View File

@ -5,10 +5,10 @@ include ../../src/common
ifeq ($(BUILD_ENV_),MSVC)
exe=../../../src/goto-cc/goto-cl
is_windows="true"
is_windows=true
else
exe=../../../src/goto-cc/goto-cc
is_windows="false"
is_windows=false
endif
test: