Searched refs:shimPath (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 58 …shimPath = flag.String("shim-path", "../../../build/ssl/test/bssl_shim", "The location o… var 925 func runTest(test *testCase, shimPath string, mallocNumToFail int64) error { 1071 shim = valgrindOf(false, shimPath, flags...) 1073 shim = gdbOf(shimPath, flags...) 1075 shim = lldbOf(shimPath, flags...) 1077 shim = exec.Command(shimPath, flags...) 12172 func worker(statusChan chan statusMsg, c chan *testCase, shimPath string, wg *sync.WaitGroup) { 12181 if err = runTest(test, shimPath, mallocNumToFail); err != errMoreMallocs { 12191 err = runTest(test, shimPath, -1) 12195 err = runTest(test, shimPath, -1) [all …]
|