Home
last modified time | relevance | path

Searched refs:expect_ok (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-utimes.js62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { function
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/
Dnumbers_test_common.h64 bool expect_ok; member
112 bool expect_ok; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
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/
Dtest_compile.py565 expect_ok = prefix + repeated * success_depth
566 compile(expect_ok, '<test>', mode)