Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 25 of 32) sorted by relevance

12

/third_party/googletest/googletest/test/
Dgoogletest-output-test.py90 def RemoveLocations(test_output): argument
104 r'\1:#: ', test_output)
128 def RemoveTypeInfoDetails(test_output): argument
139 return re.sub(r'unsigned int', 'unsigned', test_output)
142 def NormalizeToCurrentPlatform(test_output): argument
147 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
149 test_output = re.sub(r': Failure\n', r': error: ', test_output)
151 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
153 return test_output
170 def RemoveMatchingTests(test_output, pattern): argument
[all …]
Dgoogletest-catch-exceptions-test.py85 def TestSehExceptions(self, test_output): argument
88 in test_output)
91 in test_output)
93 in test_output)
95 in test_output)
97 in test_output)
99 in test_output)
101 in test_output)
/third_party/mbedtls/tests/suites/
Dtest_suite_cmac.function25 unsigned char test_output[MBEDTLS_CIPHER_BLKSIZE_MAX];
48 TEST_ASSERT( mbedtls_cipher_cmac_finish( NULL, test_output ) ==
60 test_output ) ==
66 test_output ) ==
72 test_output ) ==
83 test_output ) ==
88 test_output ) ==
/third_party/googletest/ci/
Dlinux-presubmit.sh82 --test_output=errors
101 --test_output=errors
124 --test_output=errors
Dmacos-presubmit.sh72 --test_output=errors
/third_party/ltp/lib/newlib_tests/shell/
Dtest_timeout.sh82 test_output=$(cat $tmpfile)
85 eval $(echo "$test_output" | awk '
168 echo "$test_output"
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drglimiter.c90 static const gfloat test_output[] = { variable
135 fail_unless (map.size == sizeof (test_output)); in verify_test_buffer()
138 fail_unless (ABS (output[i] - test_output[i]) < 1.e-6, in verify_test_buffer()
140 output[i], test_input[i], test_output[i]); in verify_test_buffer()
/third_party/ltp/pan/
Dscan.l77 static int test_output( SYM, SYM);
165 ^<<<test_output>>>$ {
170 test_output(ctag, keys);
315 test_output(SYM tag, SYM keys)
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp_test.py62 def test_output(glcpp, contents, expfile, nl_format='\n'): function
106 valid, diff = test_output(args.glcpp, contents, testfile + '.expected')
138 valid, diff = test_output(
/third_party/python/Lib/test/
Dtest_smtplib.py278 test_output = self.output.getvalue()
280 test_output, flags=re.MULTILINE|re.DOTALL)
511 test_output = self.get_output_without_xpeer()
514 self.assertEqual(test_output, mexpect)
537 test_output = self.get_output_without_xpeer()
542 self.assertEqual(test_output, mexpect)
569 test_output = self.get_output_without_xpeer()
572 self.assertEqual(test_output, mexpect)
598 test_output = self.get_output_without_xpeer()
601 self.assertEqual(test_output, mexpect)
[all …]
/third_party/libuv/test/
Dtest-spawn.c1161 WCHAR** test_output; in TEST_IMPL() local
1178 test_output = calloc(count, sizeof(WCHAR*)); in TEST_IMPL()
1179 ASSERT_NOT_NULL(test_output); in TEST_IMPL()
1181 test_output[i] = calloc(2 * (wcslen(test_str[i]) + 2), sizeof(WCHAR)); in TEST_IMPL()
1182 quote_cmd_arg(test_str[i], test_output[i]); in TEST_IMPL()
1184 wprintf(L"output: %s\n", test_output[i]); in TEST_IMPL()
1185 total_size += wcslen(test_output[i]) + 1; in TEST_IMPL()
1190 wcscat(command_line, test_output[i]); in TEST_IMPL()
1205 free(test_output[i]); in TEST_IMPL()
1207 free(test_output); in TEST_IMPL()
/third_party/skia/third_party/externals/abseil-cpp/ci/
Dmacos_xcode_bazel.sh53 --test_output=errors \
Dlinux_gcc-floor_libstdcxx_bazel.sh85 --test_output=errors \
Dlinux_clang-latest_libstdcxx_bazel.sh87 --test_output=errors \
Dlinux_clang-latest_libcxx_tsan_bazel.sh91 --test_output=errors \
Dlinux_clang-latest_libcxx_asan_bazel.sh95 --test_output=errors \
/third_party/glslang/kokoro/macos-clang-release-bazel/
Dbuild.sh59 ./bazel-0.29.1-darwin-x86_64 test :all --test_output=all
/third_party/glslang/kokoro/linux-clang-release-bazel/
Dbuild.sh59 ./bazel-0.29.1-linux-x86_64 test :all --test_output=all
/third_party/mbedtls/library/
Dchachapoly.c425 static const unsigned char test_output[1][114] = variable
504 ASSERT( 0 == memcmp( output, test_output[i], test_input_len[i] ), in mbedtls_chachapoly_self_test()
Dchacha20.c438 static const unsigned char test_output[2][375] = variable
543 ASSERT( 0 == memcmp( output, test_output[i], test_lengths[i] ), in mbedtls_chacha20_self_test()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
Ddocker.sh172 bazel test //:tests --test_output=all
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
Dbuild.sh157 "${BAZEL}" test //:tests --test_output=all
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/
D.gitignore62 fastlane/test_output
/third_party/openssl/test/
Dtest_test.c503 static int test_output(void) in test_output() function
573 ADD_TEST(test_output); in setup_tests()
/third_party/glslang/kokoro/windows-msvc-2015-release-bazel/
Dbuild.bat70 bazel.exe test :all --test_output=all

12