In order to skip groups of tests in the cross-version testing (like
ALPS-*), it's useful to be able to match them by pattern.
Change-Id: Ic7e40c04a33b4bcbb08494fa04deb5e862f09d8f
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/43864
Commit-Queue: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
chromium-5359
Adam Langley4 years agocommitted byCQ bot account: commit-bot@chromium.org
mallocTestDebug=flag.Bool("malloc-test-debug",false,"If true, ask bssl_shim to abort rather than fail a malloc. This can be used with a specific value for --malloc-test to identity the malloc failing that is causing problems.")
jsonOutput=flag.String("json-output","","The file to output JSON results to.")
pipe=flag.Bool("pipe",false,"If true, print status output suitable for piping into another program.")
testToRun=flag.String("test","","The pattern to filter tests to run, or empty to run all tests")
testToRun=flag.String("test","","Semicolon-separated patterns of tests to run, or empty to run all tests")
skipTest=flag.String("skip","","Semicolon-separated patterns of tests to skip")
numWorkersFlag=flag.Int("num-workers",runtime.NumCPU(),"The number of workers to run in parallel.")
shimPath=flag.String("shim-path","../../../build/ssl/test/bssl_shim","The location of the shim binary.")
handshakerPath=flag.String("handshaker-path","../../../build/ssl/test/handshaker","The location of the handshaker binary.")