Home
last modified time | relevance | path

Searched refs:test_error (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/test/js-native-api/test_error/
Dtest.js4 const test_error = require(`./build/${common.buildType}/test_error`); constant
18 assert.strictEqual(test_error.checkError(theError), true);
21 assert.strictEqual(test_error.checkError(theTypeError), true);
24 assert.strictEqual(test_error.checkError(theSyntaxError), true);
27 assert.strictEqual(test_error.checkError(theRangeError), true);
30 assert.strictEqual(test_error.checkError(theReferenceError), true);
33 assert.strictEqual(test_error.checkError(theURIError), true);
36 assert.strictEqual(test_error.checkError(theEvalError), true);
39 assert.strictEqual(test_error.checkError(myError), true);
42 assert.strictEqual(test_error.checkError({}), false);
[all …]
Dbinding.gyp4 "target_name": "test_error",
7 "test_error.c"
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor.any.js107 var test_error = { variable
115 get length() { throw test_error; }
117 assert_throws_exactly(test_error, function() {
123 assert_throws_exactly(test_error, function() {
128 toString: function() { throw test_error; }
133 assert_throws_exactly(test_error, function() {
136 length: { valueOf: function() { throw test_error; } }
169 throw test_error;
176 assert_throws_exactly(test_error, function() {
194 assert_throws_exactly(test_error, function() {
[all …]
DBlob-constructor-dom.window.js5 var test_error = { variable
28 get: function() { throw test_error; }
30 assert_throws_exactly(test_error, function() {
/third_party/libxml2/
Dcheck-xinclude-test-suite.py23 test_error = 0 variable
58 global test_error
136 test_error = test_error + 1
140 test_error = test_error + 1
210 old_test_error = test_error
214 test_failed - old_test_failed, test_error - old_test_error)
221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
Dcheck-xml-test-suite.py12 test_error = 0 variable
343 test_error = test_error + 1
398 old_test_error = test_error
402 test_failed - old_test_failed, test_error - old_test_error)
409 test_nr, test_succeed, test_failed, test_error, time.time() - start)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.cpp184 bool test_error = false; in iterate() local
250 test_error = true; in iterate()
279 test_error = true; in iterate()
367 if (test_error) in iterate()
1731 bool test_error = false; in iterate() local
1743 test_error = true; in iterate()
1753 if (test_error) in iterate()
2071 bool test_error = false; in iterate() local
2092 test_error = true; in iterate()
2106 if (test_error) in iterate()
[all …]
Dgl4cGetTextureSubImageTests.cpp94 bool test_error = false; in iterate() local
125 test_error = true; in iterate()
138 if (test_error) in iterate()
752 bool test_error = false; in iterate() local
816 test_error = true; in iterate()
828 if (test_error) in iterate()
/third_party/rust/crates/rustix/tests/io/
Derror.rs2 fn test_error() { in test_error() function
/third_party/python/Lib/test/
Dtest_xxlimited.py57 def test_error(self): member in TestXXLimited
Dtest_index.py50 def test_error(self): member in BaseTestCase
152 def test_error(self): member in SeqTestCase
Dtest_dbm.py61 def test_error(self): member in AnyDBMTestCase
Dtest_mmap.py561 def test_error(self): member in MmapTests
Dtest_compileall.py450 def test_error(self): member in EncodingTest
Dtest_configparser.py1701 def test_error(self): member in ExceptionPicklingTestCase
Dtest_logging.py4282 def test_error(self): member in ModuleLevelMiscTest
4815 def test_error(self): member in BasicConfigTest
Dtest_array.py97 def test_error(self): member in ArrayReconstructorTest
Dtest_re.py1963 def test_error(self): member in ReTests
/third_party/python/Lib/test/support/
Dtestresult.py170 def test_error(self): member in TestTests
/third_party/rust/crates/syn/tests/
Dtest_lit.rs260 fn test_error() { in test_error() function
/third_party/openssl/test/
Dtestutil.h404 void test_error(const char *file, int line, const char *desc, ...)
535 # define TEST_error(...) test_error(__FILE__, __LINE__, __VA_ARGS__)
/third_party/libfuse/test/
Dtest_syscalls.c66 static void test_error(const char *func, const char *msg, ...)
72 static void test_error(const char *func, const char *msg, ...) in test_error() function
124 #define ERROR(msg, args...) test_error(__FUNCTION__, msg, ##args)
/third_party/openssl/test/testutil/
Dtests.c128 void test_error(const char *file, int line, const char *desc, ...) in test_error() function
/third_party/python/Lib/sqlite3/test/
Ddbapi.py51 def test_error(self): member in ModuleTests
/third_party/python/Lib/test/test_warnings/
D__init__.py108 def test_error(self): member in FilterTests

12