mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
Unbreak memcheck bot by adding --gtest_break_on_failure flag
TBR=fbarchard@google.com TESTED=Ran tools/valgrind-libyuv/libyuv_tests.sh Review URL: https://webrtc-codereview.appspot.com/27359004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1188 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
be18c493d0
commit
927cf369ab
@ -86,6 +86,12 @@ def main(_):
|
||||
help='Argument for --gtest_repeat')
|
||||
parser.add_option("--gtest_shuffle", action="store_true", default=False,
|
||||
help="Randomize tests' orders on every iteration.")
|
||||
parser.add_option("--gtest_break_on_failure", action="store_true",
|
||||
default=False,
|
||||
help="Drop in to debugger on assertion failure. Also "
|
||||
"useful for forcing tests to exit with a stack dump "
|
||||
"on the first assertion failure when running with "
|
||||
"--gtest_repeat=-1")
|
||||
parser.add_option('-v', '--verbose', action='store_true', default=False,
|
||||
help='Verbose output - enable debug log messages')
|
||||
parser.add_option('', '--tool', dest='valgrind_tool', default='memcheck',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user