Home
last modified time | relevance | path

Searched refs:testInvalid (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-write-optional-params.js58 const testInvalid = util.promisify(testInvalidCb);
79 await testInvalid(fd, 'ERR_INVALID_ARG_TYPE', badBuffer, {});
83 await testInvalid(fd, 'ERR_INVALID_ARG_TYPE', undefined, undefined);
86 await testInvalid(fd, 'ERR_OUT_OF_RANGE', buffer, { length: 5 });
87 await testInvalid(fd, 'ERR_OUT_OF_RANGE', buffer, { offset: 5 });
88 await testInvalid(fd, 'ERR_OUT_OF_RANGE', buffer, { length: 1, offset: 3 });
89 await testInvalid(fd, 'ERR_OUT_OF_RANGE', buffer, { length: -1 });
90 await testInvalid(fd, 'ERR_OUT_OF_RANGE', buffer, { offset: -1 });
91 await testInvalid(fd, 'ERR_INVALID_ARG_TYPE', buffer, { offset: false });
92 await testInvalid(f
[all...]
H A Dtest-fs-write-sync-optional-params.js18 function testInvalid(dest, expectedCode, ...bufferAndOptions) { function
75 testInvalid(dest, 'ERR_INVALID_ARG_TYPE', common.mustNotMutateObjectDeep(badBuffer));
79 testInvalid(dest, 'ERR_INVALID_ARG_TYPE');
82 testInvalid(dest, 'ERR_OUT_OF_RANGE', buffer, { length: 5 });
83 testInvalid(dest, 'ERR_OUT_OF_RANGE', buffer, { offset: 5 });
84 testInvalid(dest, 'ERR_OUT_OF_RANGE', buffer, { length: 1, offset: 3 });
85 testInvalid(dest, 'ERR_OUT_OF_RANGE', buffer, { length: -1 });
86 testInvalid(dest, 'ERR_OUT_OF_RANGE', buffer, { offset: -1 });
87 testInvalid(dest, 'ERR_INVALID_ARG_TYPE', buffer, { offset: false });
88 testInvalid(des
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional_unittest.cpp19 Optional<int> testInvalid; in TEST() local
20 ASSERT_FALSE(testInvalid.valid()); in TEST()
21 ASSERT_EQ(Optional<int>::Invalid(), testInvalid); in TEST() local
35 Optional<int> testInvalid; in TEST() local
37 Optional<int> testCopy = testInvalid; in TEST()
39 ASSERT_EQ(testInvalid, testCopy); in TEST()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_affixutils.cpp60 TESTCASE_AUTO(testInvalid); in runIndexedTest()
178 void AffixUtilsTest::testInvalid() { in testInvalid() function in AffixUtilsTest
H A Dnumbertest.h42 void testInvalid();
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DAffixUtilsTest.java163 public void testInvalid() { in testInvalid() method in AffixUtilsTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DAffixUtilsTest.java163 public void testInvalid() { in testInvalid() method in AffixUtilsTest
/third_party/skia/tests/
H A DSerializationTest.cpp159 template<typename T, bool testInvalid> struct SerializationTestUtils {
169 template<typename T, bool testInvalid>
179 SerializationTestUtils<T, testInvalid>::InvalidateData(dataWritten); in TestObjectSerializationNoAlign()
194 REPORTER_ASSERT(reporter, buffer2.isValid() == !testInvalid); in TestObjectSerializationNoAlign()

Completed in 5 milliseconds