Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
88dbb447
Commit
88dbb447
authored
Mar 19, 2014
by
Eric Cano
Browse files
Added more supressions for race conditions in SLC5 std::basic_string.
parent
f14752c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/castorThreadedUnitTests.supp
View file @
88dbb447
...
...
@@ -103,3 +103,27 @@
Helgrind:Race
fun:_ZNSsC1ERKSs
}
{
helgrind-unitTest-castor-basicStringAssign
Helgrind:Race
fun:_ZNSs6assignEPKcj
}
{
helgrind-unitTest-castor-basicStringSize
Helgrind:Race
fun:_ZNKSs4sizeEv
}
{
helgrind-unitTest-castor-basicStringsCatchAll1
Helgrind:Race
fun:_ZNSs6*
}
{
helgrind-unitTest-castor-basicStringsCatchAll1
Helgrind:Race
fun:_ZNSs7*
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment