Searched refs:tests (Results 1 – 25 of 7924) sorted by relevance
12345678910>>...317
2 tests/classdef1_empty.tests \3 tests/classdef1_multiple.tests \4 tests/classdef1_single.tests \5 tests/classdef1.tests \6 tests/classdef2_empty.tests \7 tests/classdef2_multiple.tests \8 tests/classdef2_single.tests \9 tests/classdef2.tests \10 tests/gpos_chaining1_boundary.tests \11 tests/gpos_chaining1_lookupflag.tests \[all …]
2 tests/AVAR-1.tests \3 tests/CFF-1.tests \4 tests/CFF2-1.tests \5 tests/CFF-2.tests \6 tests/CMAP-1.tests \7 tests/CMAP-2.tests \8 tests/CVAR-1.tests \9 tests/CVAR-2.tests \10 tests/GLYF-1.tests \11 tests/GPOS-1.tests \[all …]
2 tests/aat-trak.tests \3 tests/aat-morx.tests \4 tests/arabic-fallback-shaping.tests \5 tests/arabic-feature-order.tests \6 tests/arabic-like-joining.tests \7 tests/arabic-mark-attach.tests \8 tests/arabic-mark-order.tests \9 tests/arabic-stch.tests \10 tests/automatic-fractions.tests \11 tests/cluster.tests \[all …]
58 tests59 tests/main/atgroup_00.css60 tests/main/atgroup_01.css61 tests/main/atgroup_02.css62 tests/main/atgroup_03.css63 tests/main/atgroup_04.css64 tests/main/atgroup_05.css65 tests/main/atgroup_06.css66 tests/main/atgroup_07.css67 tests/main/atgroup_08.css[all …]
9 load('//metadata/tests/graphics.star', define_graphics = 'define_tests')10 load('//metadata/tests/platform.star', define_platform = 'define_tests')11 load('//metadata/tests/desktopui.star', define_desktopui = 'define_tests')12 load('//metadata/tests/policy.star', define_policy = 'define_tests')13 load('//metadata/tests/security.star', define_security = 'define_tests')14 load('//metadata/tests/network.star', define_network = 'define_tests')15 load('//metadata/tests/dummy.star', define_dummy = 'define_tests')16 load('//metadata/tests/power.star', define_power = 'define_tests')17 load('//metadata/tests/kernel.star', define_kernel = 'define_tests')18 load('//metadata/tests/hardware.star', define_hardware = 'define_tests')[all …]
... : [ 11 { 12 "tgId": 1, 13 "tests": [ 14 { 15 "tcId": 6, 16 ...
... : [ 9 { 10 "tgId": 1, 11 "tests": [ 12 { 13 "tcId": 10, 14 ...
... : [ 9 { 10 "tgId": 1, 11 "tests": [ 12 { 13 "tcId": 11, 14 ...
50 } tests[] = {{"123 + 456", 579}, in TEST_F() local75 for (size_t i = 0; i < FX_ArraySize(tests); ++i) { in TEST_F()76 EXPECT_TRUE(Execute(tests[i].program)); in TEST_F()80 EXPECT_EQ(tests[i].result, value->ToInteger()) in TEST_F()81 << "Program: " << tests[i].program; in TEST_F()91 } tests[] = { in TEST_F() local96 for (size_t i = 0; i < FX_ArraySize(tests); ++i) { in TEST_F()97 EXPECT_TRUE(Execute(tests[i].program)); in TEST_F()101 EXPECT_STREQ(tests[i].result, value->ToString().c_str()) in TEST_F()102 << "Program: " << tests[i].program << " Result: '" << value->ToString() in TEST_F()[all …]
1 Misc.tests.cpp:<line number>: passed: with 1 message: 'yay'2 Decomposition.tests.cpp:<line number>: passed: fptr == 0 for: 0 == 03 Decomposition.tests.cpp:<line number>: passed: fptr == 0l for: 0 == 04 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 05 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 06 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 07 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 08 Compilation.tests.cpp:<line number>: passed: t1 == t2 for: {?} == {?}9 Compilation.tests.cpp:<line number>: passed: t1 != t2 for: {?} != {?}10 Compilation.tests.cpp:<line number>: passed: t1 < t2 for: {?} < {?}[all …]
12 Misc.tests.cpp:<line number>15 Misc.tests.cpp:<line number>: PASSED:23 Decomposition.tests.cpp:<line number>26 Decomposition.tests.cpp:<line number>: PASSED:31 Decomposition.tests.cpp:<line number>: PASSED:39 Compilation.tests.cpp:<line number>42 Compilation.tests.cpp:<line number>: PASSED:47 Compilation.tests.cpp:<line number>: PASSED:55 Compilation.tests.cpp:<line number>58 Compilation.tests.cpp:<line number>: PASSED:[all …]
12 Message.tests.cpp:<line number>15 Message.tests.cpp:<line number>: warning:22 #1514: stderr/stdout is not captured in tests aborted by an exception24 Tricky.tests.cpp:<line number>27 Tricky.tests.cpp:<line number>: FAILED:35 Exception.tests.cpp:<line number>38 Exception.tests.cpp:<line number>: FAILED:47 Exception.tests.cpp:<line number>50 Exception.tests.cpp:<line number>: FAILED:59 Misc.tests.cpp:<line number>[all …]
86 TestInfo const** const tests = in GetSortedTests() local90 tests[i] = test_suite->GetTestInfo(i); in GetSortedTests()92 std::sort(tests, tests + test_suite->total_test_count(), in GetSortedTests()94 return tests; in GetSortedTests()157 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_suite); in TEST() local159 EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); in TEST()160 EXPECT_STREQ("ApiTest", tests[0]->test_suite_name()); in TEST()161 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST()162 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST()163 EXPECT_FALSE(tests[0]->should_run()); in TEST()[all …]
86 TestInfo const** const tests = new const TestInfo*[static_cast<size_t>( in GetSortedTests() local90 tests[i] = test_suite->GetTestInfo(i); in GetSortedTests()92 std::sort(tests, tests + test_suite->total_test_count(), in GetSortedTests()94 return tests; in GetSortedTests()150 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_suite); in TEST() local152 EXPECT_STREQ("DISABLED_Dummy1", tests[0]->name()); in TEST()153 EXPECT_STREQ("ApiTest", tests[0]->test_suite_name()); in TEST()154 EXPECT_TRUE(IsNull(tests[0]->value_param())); in TEST()155 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST()156 EXPECT_FALSE(tests[0]->should_run()); in TEST()[all …]
19 package org.apache.harmony.jpda.tests.share;28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase;148 … suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class);149 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class);150 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class);151 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class);153 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class);154 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.class);155 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ReleaseEventsTest.class);157 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ThreadReference.StopTest.class);[all …]
19 tests/validate \20 tests/drawtest \21 tests/wandtest23 tests_validate_SOURCES = tests/validate.c tests/validate.h28 tests_drawtest_SOURCES = tests/drawtest.c33 tests_wandtest_SOURCES = tests/wandtest.c41 tests/cli-colorspace.tap \42 tests/cli-pipe.tap \43 tests/validate-colorspace.tap \44 tests/validate-compare.tap \[all …]
1 rule org.apache.harmony.jpda.tests.jdwp.A*.* org.apache.harmony.jpda.tests.jdwp.A@1_@22 rule org.apache.harmony.jpda.tests.jdwp.B*.* org.apache.harmony.jpda.tests.jdwp.B@1_@23 rule org.apache.harmony.jpda.tests.jdwp.C*.* org.apache.harmony.jpda.tests.jdwp.C@1_@24 rule org.apache.harmony.jpda.tests.jdwp.D*.* org.apache.harmony.jpda.tests.jdwp.D@1_@25 rule org.apache.harmony.jpda.tests.jdwp.E*.* org.apache.harmony.jpda.tests.jdwp.E@1_@26 rule org.apache.harmony.jpda.tests.jdwp.F*.* org.apache.harmony.jpda.tests.jdwp.F@1_@27 rule org.apache.harmony.jpda.tests.jdwp.G*.* org.apache.harmony.jpda.tests.jdwp.G@1_@28 rule org.apache.harmony.jpda.tests.jdwp.H*.* org.apache.harmony.jpda.tests.jdwp.H@1_@29 rule org.apache.harmony.jpda.tests.jdwp.I*.* org.apache.harmony.jpda.tests.jdwp.I@1_@210 rule org.apache.harmony.jpda.tests.jdwp.J*.* org.apache.harmony.jpda.tests.jdwp.J@1_@2[all …]
1 [[tests]]8 [[tests]]15 [[tests]]22 [[tests]]29 [[tests]]36 [[tests]]43 [[tests]]50 [[tests]]57 [[tests]]64 [[tests]][all …]
2 tests/basics.tests \3 tests/full-font.tests \4 tests/cff-full-font.tests \5 tests/japanese.tests \6 tests/cff-japanese.tests \7 tests/layout.tests \8 tests/layout.gpos.tests \9 tests/layout.gpos2.tests \10 tests/layout.gpos3.tests \11 tests/layout.gsub6.tests \[all …]
1 [[tests]]7 [[tests]]13 [[tests]]20 [[tests]]28 [[tests]]34 [[tests]]40 [[tests]]46 [[tests]]52 [[tests]]58 [[tests]][all …]