-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchatText.jpf
More file actions
executable file
·31 lines (20 loc) · 998 Bytes
/
chatText.jpf
File metadata and controls
executable file
·31 lines (20 loc) · 998 Bytes
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
26
27
28
29
chatsim=/Users/qiyitang/Documents/PhD/2017GSOC/chatserver-sol/src
# we are using oldclassic as default example
target=ChatSim
listener=gov.nasa.jpf.listener.PreciseRaceDetector
cg.threads.break_arrays=true
native_classpath+=./bin/
chatsim.classpath=/Users/qiyitang/Documents/PhD/2017GSOC/chatserver-sol/src/env,/Users/qiyitang/Documents/PhD/2017GSOC/chatserver-sol/src
chatsim.sourcepath=/Users/qiyitang/Documents/PhD/2017GSOC/chatserver-sol/src
vm.reuse_tid=false
classpath=/Users/qiyitang/Documents/PhD/2017GSOC/chatserver-sol/src
# not related with trace_storer, we can store with any search algorithm
#search.class=.search.heuristic.BFSHeuristic
# register console trace printer as a publisher
report.publisher+=, consoleTracePrinter
report.consoleTracePrinter.class=TraceVisualPrinter
# print trace when property is violated
report.consoleTracePrinter.property_violation=trace
shell=.shell.basicshell.BasicShell
shell.panels+= ,traceServer
shell.panels.traceServer=TraceVisualPanel