Home
last modified time | relevance | path

Searched refs:checkOutput (Results 1 - 11 of 11) sorted by relevance

/third_party/node/test/internet/
H A Dtest-snapshot-dns-resolve.js23 function checkOutput(stderr, stdout) { function
30 checkOutput(stderr, stdout);
35 checkOutput(stderr, stdout);
H A Dtest-snapshot-dns-lookup.js21 function checkOutput(stderr, stdout) { function
28 checkOutput(stderr, stdout);
33 checkOutput(stderr, stdout);
/third_party/node/test/js-native-api/test_instance_data/
H A Dtest.js28 function checkOutput(child) {
36 checkOutput(requireAs(__filename, ['--expose-gc'], runOptions, 'child'));
39 checkOutput(requireAs(__filename, ['--expose-gc'], runOptions, 'worker'));
/third_party/node/test/parallel/
H A Dtest-snapshot-dns-lookup-localhost-promise.js18 function checkOutput(stderr, stdout) { function
29 checkOutput(stderr, stdout);
34 checkOutput(stderr, stdout);
H A Dtest-snapshot-dns-lookup-localhost.js18 function checkOutput(stderr, stdout) { function
29 checkOutput(stderr, stdout);
34 checkOutput(stderr, stdout);
H A Dtest-snapshot-dns-resolve-localhost-promise.js18 function checkOutput(stderr, stdout) { function
28 checkOutput(stderr, stdout);
33 checkOutput(stderr, stdout);
H A Dtest-snapshot-dns-resolve-localhost.js18 function checkOutput(stderr, stdout) { function
28 checkOutput(stderr, stdout);
33 checkOutput(stderr, stdout);
/third_party/node/test/common/
H A Dchild_process.js45 function checkOutput(str, check) { function
96 const { passed, reason } = checkOutput(trim ? stderrStr.trim() : stderrStr, stderrCheck);
103 const { passed, reason } = checkOutput(trim ? stdoutStr.trim() : stdoutStr, stdoutCheck);
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp866 void checkOutput(UnitsTest *unitsTest, const char *msg, ExpectedOutput expected, in checkOutput() function
868 IcuTestErrorCode status(*unitsTest, "checkOutput"); in checkOutput()
979 checkOutput(unitsTest, msg.data(), expected, routeResult.measures, 0.0000000001); in unitPreferencesTestDataLineFn()
1008 checkOutput(unitsTest, msg2.data(), expected, routeResult.measures, 0.0000000001); in unitPreferencesTestDataLineFn()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp395 void checkOutput() in checkOutput() function in MultiviewRenderDualViewTest
941 checkOutput(); in TEST_P()
953 checkOutput(); in TEST_P()
965 checkOutput(); in TEST_P()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp732 bool checkInput, bool checkOutput, int operation) const;
1467 const struct InternalFormat& internalformat, bool checkInput, bool checkOutput,
1548 else if (checkOutput)

Completed in 12 milliseconds