Skip to content
Snippets Groups Projects
Commit af2c5912 authored by Eric Cano's avatar Eric Cano
Browse files

Added more flexibility to suppression lists to handle the difference between dev box and CI.

parent b577b03e
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@
fun:pthread_mutex_*
...
fun:_ZN9unitTests*castor_tape_threading_*
fun:HandleSehExceptionsInMethodIfSupported<testing::Test, void>
...
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
......@@ -120,7 +120,7 @@
fun:pthread_mutex_*
...
fun:_ZN9unitTests*castor_tape_threading_*
fun:HandleSehExceptionsInMethodIfSupported<testing::Test, void>
...
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
......@@ -137,7 +137,7 @@
fun:pthread_mutex_*
...
fun:_ZN9unitTests*castor_tape_threading_*
fun:HandleSehExceptionsInMethodIfSupported<testing::Test, void>
...
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
......@@ -154,7 +154,7 @@
fun:pthread_mutex_*
...
fun:_ZN9unitTests*castor_messages_Mutex*
fun:HandleSehExceptionsInMethodIfSupported<testing::Test, void>
...
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
......@@ -171,7 +171,7 @@
fun:pthread_mutex_*
...
fun:_ZN9unitTests*castor_messages_Mutex*
fun:HandleSehExceptionsInMethodIfSupported<testing::Test, void>
...
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
......@@ -188,7 +188,7 @@
fun:pthread_mutex_*
...
fun:_ZN9unitTests*castor_messages_Mutex*
fun:HandleSehExceptionsInMethodIfSupported<testing::Test, void>
...
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
fun:_ZN7testing4Test3RunEv
fun:_ZN7testing8TestInfo3RunEv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment