Searched refs:expect_ok (Results 1 - 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-utimes.js | 62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { function 68 `FAILED: expect_ok ${util.inspect(arguments)} 102 expect_ok('utimes', tmpdir.path, err, atime, mtime); 105 expect_ok('lutimes', lpath, err, atime, mtime, fs.lstatSync); 118 expect_ok('futimes', fd, err, atime, mtime); 133 expect_ok('utimesSync', tmpdir.path, undefined, atime, mtime); 136 expect_ok('lutimesSync', lpath, undefined, atime, mtime, fs.lstatSync); 142 expect_ok('futimesSync', fd, undefined, atime, mtime);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | numbers_test_common.h | 64 bool expect_ok; member 112 bool expect_ok; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 827 EXPECT_EQ(e.expect_ok, safe_strtou32_base(e.str, &value, e.base)) in TEST() 829 if (e.expect_ok) { in TEST() 843 EXPECT_EQ(e.expect_ok, in TEST() 847 if (e.expect_ok) { in TEST() 858 EXPECT_EQ(e.expect_ok, safe_strtou64_base(e.str, &value, e.base)) in TEST() 860 if (e.expect_ok) { in TEST() 873 EXPECT_EQ(e.expect_ok, in TEST() 877 if (e.expect_ok) { in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_compile.py | 571 expect_ok = prefix + repeated * success_depth 572 compile(expect_ok, '<test>', mode)
|
H A D | test_ast.py | 845 expect_ok = prefix + repeated * success_depth 846 ast.parse(expect_ok)
|
Completed in 10 milliseconds