Searched full:tests (Results 1 – 25 of 13511) sorted by relevance
12345678910>>...541
1 TESTS = \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 \[all …]
1 TESTS = \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 \[all …]
1 TESTS = \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 \[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 …]
14 ['tests.test_pem.suite',15 'tests.test_rfc2314.suite',16 'tests.test_rfc2315.suite',17 'tests.test_rfc2437.suite',18 'tests.test_rfc2459.suite',19 'tests.test_rfc2511.suite',20 'tests.test_rfc2560.suite',21 'tests.test_rfc2631.suite',22 'tests.test_rfc2634.suite',23 'tests.test_rfc2985.suite',[all …]
... -test/runtest.sh xm-test/tests/ xm-test/tests/Makefile.am ...
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 …]
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 …]
... : [ 11 { 12 "tgId": 1, 13 "tests": [ 14 { 15 "tcId": 6, 16 ...
... : [ 9 { 10 "tgId": 1, 11 "tests": [ 12 { 13 "tcId": 10, 14 ...
2 "Grpc.Core.Tests": [3 "Grpc.Core.Interceptors.Tests.ClientInterceptorTest",4 "Grpc.Core.Interceptors.Tests.ServerInterceptorTest",5 "Grpc.Core.Internal.Tests.AsyncCallServerTest",6 "Grpc.Core.Internal.Tests.AsyncCallTest",7 "Grpc.Core.Internal.Tests.ChannelArgsSafeHandleTest",8 "Grpc.Core.Internal.Tests.CompletionQueueEventTest",9 "Grpc.Core.Internal.Tests.CompletionQueueSafeHandleTest",10 "Grpc.Core.Internal.Tests.DefaultObjectPoolTest",11 "Grpc.Core.Internal.Tests.MetadataArraySafeHandleTest",[all …]
... /tests/misalign.c libhugetlbfs-2.0/tests/shared.c libhugetlbfs-2.0/tests/ ...
12 ALTER TABLE tests ADD COLUMN started_time datetime NULL;16 ALTER TABLE tests DROP started_time;21 SELECT tests.test_idx,22 tests.job_idx,23 tests.test,24 tests.subdir,25 tests.kernel_idx,26 tests.status,27 tests.reason,28 tests.machine_idx,[all …]
12 ALTER TABLE tests ADD COLUMN finished_time datetime NULL;16 ALTER TABLE tests DROP finished_time;21 SELECT tests.test_idx,22 tests.job_idx,23 tests.test,24 tests.subdir,25 tests.kernel_idx,26 tests.status,27 tests.reason,28 tests.machine_idx,[all …]
25 SELECT tests.test_idx,26 tests.job_idx,27 tests.test,28 tests.subdir,29 tests.kernel_idx,30 tests.status,31 tests.reason,32 tests.machine_idx,46 FROM tests47 INNER JOIN jobs ON jobs.job_idx = tests.job_idx[all …]
175 SELECT tests.test_idx,176 tests.job_idx,177 tests.test,178 tests.subdir,179 tests.kernel_idx,180 tests.status,181 tests.reason,182 tests.machine_idx,183 tests.started_time AS test_started_time,184 tests.finished_time AS test_finished_time,[all …]
19 package org.apache.harmony.jpda.tests.share;28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPRawTestCase;126 // All of these tests can only be run using the full JDWP implementation. They weren't really148 … 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);[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 …]
166 "tests/",1250 "tests/AAClipTest.cpp",1251 "tests/AdvancedBlendTest.cpp",1252 "tests/AndroidCodecTest.cpp",1253 "tests/AnimatedImageTest.cpp",1254 "tests/AnnotationTest.cpp",1255 "tests/ApplyGammaTest.cpp",1256 "tests/ArenaAllocTest.cpp",1257 "tests/AsADashTest.cpp",1258 "tests/BadIcoTest.cpp",[all …]
1 [[tests]]7 [[tests]]13 [[tests]]20 [[tests]]28 [[tests]]34 [[tests]]40 [[tests]]46 [[tests]]52 [[tests]]58 [[tests]][all …]
1 [[tests]]8 [[tests]]15 [[tests]]22 [[tests]]29 [[tests]]36 [[tests]]43 [[tests]]50 [[tests]]57 [[tests]]64 [[tests]][all …]
22 // TODO(dsinclair): Comment out tests are broken and need to be fixed.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()[all …]
20 All tests support the following command line options:40 print extra debugging information when running tests and98 <refentry id="igt-amdgpu-tests">100 <refname>AMDGPU Tests</refname>101 <refpurpose>Tests for amdgpu driver behaviour</refpurpose>107 <refentry id="igt-chamelium-tests">109 <refname>Chamelium Tests</refname>110 <refpurpose>Tests using the Chamelium platform</refpurpose>116 <refentry id="igt-core-tests">118 <refname>Core Tests</refname>[all …]