Home
last modified time | relevance | path

Searched refs:expect_ok (Results 1 - 5 of 5) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-utimes.js62 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 Dnumbers_test_common.h64 bool expect_ok; member
112 bool expect_ok; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc827 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 Dtest_compile.py571 expect_ok = prefix + repeated * success_depth
572 compile(expect_ok, '<test>', mode)
H A Dtest_ast.py845 expect_ok = prefix + repeated * success_depth
846 ast.parse(expect_ok)

Completed in 10 milliseconds