This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
# Data race between Compile.State.follow_transition (inlined in Compile.next)
|
||||
# and Compile.State.set_transition
|
||||
race_top:^camlRe__Compile.next
|
||||
|
||||
# Data race within Compile.find_initial_state (read/write re.initial_states)
|
||||
race_top:^camlRe__Compile.find_initial_state
|
||||
|
||||
# Spurious data race due to the two-step initialization in Compile.State.make
|
||||
# (between Compile.State.get_info and Compile.State.set_info, both inlined)
|
||||
race_top:^camlRe__Compile.loop
|
||||
|
||||
# Race within Automata.Desc.status and Automata.Desc.status_no_mutex
|
||||
# (read/write s.status)
|
||||
race_top:^camlRe__Automata.status
|
||||
|
||||
# Race within Compile.final
|
||||
race_top:^camlRe__Compile.final
|
||||
|
||||
# Spurious data race due to the two-step initialization in Mark_info.make
|
||||
# (between Mark_info.make and other functions in module Mark_infos)
|
||||
race_top:^camlRe__Mark_infos.set
|
||||
Loading…
Add table
Add a link
Reference in a new issue