Commit 76dabfa2 authored by Rachel Kroll's avatar Rachel Kroll Committed by facebook-github-bot-4

match new signal text from prior diff; squash colors (!)

Reviewed By: yfeldblum

Differential Revision: D2828789

fb-gh-sync-id: 71e45ffe31061220e06d7e7762058f8a1501b5cc
parent c79d034b
...@@ -60,17 +60,18 @@ TEST(SignalHandler, Simple) { ...@@ -60,17 +60,18 @@ TEST(SignalHandler, Simple) {
"^\\*\\*\\* Aborted at [0-9]+ \\(Unix time, try 'date -d @[0-9]+'\\) " "^\\*\\*\\* Aborted at [0-9]+ \\(Unix time, try 'date -d @[0-9]+'\\) "
"\\*\\*\\*\n" "\\*\\*\\*\n"
"\\*\\*\\* Signal 11 \\(SIGSEGV\\) \\(0x2a\\) received by PID [0-9]+ " "\\*\\*\\* Signal 11 \\(SIGSEGV\\) \\(0x2a\\) received by PID [0-9]+ "
"\\(pthread TID 0x[0-9a-f]+\\) \\(linux TID [0-9]+\\), " "\\(pthread TID 0x[0-9a-f]+\\) \\(linux TID [0-9]+\\) "
"\\(maybe from PID [0-9]+, UID [0-9]+\\) "
"\\(code: address not mapped to object\\), "
"stack trace: \\*\\*\\*\n" "stack trace: \\*\\*\\*\n"
".*\n" ".*\n"
" @ [0-9a-f]+ folly::symbolizer::test::SignalHandler_Simple_Test" ".* @ [0-9a-f]+.* folly::symbolizer::test::SignalHandler_Simple_Test"
"::TestBody\\(\\)\n" "::TestBody\\(\\).*\n"
".*\n" ".*\n"
" @ [0-9a-f]+ main\n" ".* @ [0-9a-f]+.* main.*\n"
".*\n" ".*\n"
"Callback1\n" "Callback1\n"
"Callback2\n" "Callback2\n");
);
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment