Home
last modified time | relevance | path

Searched refs:test_2 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/libs/exception/test/
Derror_info_test.hpp40 typedef boost::error_info<struct tag_test_2,unsigned int> test_2; typedef
72 add_info(add_info(add_info(x,test_1(1)),test_2(2u)),test_3(3.14159f)); in basic_test()
79 ++*boost::get_error_info<test_2>(x); in basic_test()
82 BOOST_TEST(*boost::get_error_info<test_2>(x)==3u); in basic_test()
89 add_info(add_info(add_info(x,test_1(1)),test_2(2u)),test_3(3.14159f)); in basic_test()
96 BOOST_TEST(*boost::get_error_info<test_2>(x)==2u); in basic_test()
254 typedef boost::tuple<test_1,test_2> tuple_test_12; in test_add_tuple()
255 typedef boost::tuple<test_1,test_2,test_3> tuple_test_123; in test_add_tuple()
256 typedef boost::tuple<test_1,test_2,test_3,test_5> tuple_test_1235; in test_add_tuple()
292 BOOST_TEST( *boost::get_error_info<test_2>(x)==42u ); in test_add_tuple()
[all …]
/third_party/boost/libs/test/doc/runtime_configuration/
Dtest_unit_filtering.qbk73 BOOST_AUTO_TEST_CASE(test_2, *label("L1")) {}
79 BOOST_AUTO_TEST_CASE(test_2) {}
84 BOOST_AUTO_TEST_CASE(test_2, *label("L2")) {}
88 BOOST_AUTO_TEST_CASE(test_2) {}
133 suite_1/suite_2/test_2
144 suite_1/suite_2/test_2
167 test_2
179 test_2
181 suite_1/suite_1/test_2
183 suite_1/suite_2/test_2
[all …]
/third_party/boost/libs/test/test/baseline-outputs/
Dlog-count-skipped-tests.pattern7 xxx/log-count-skipped-test.cpp:131: Test case "fake master test suite/test_2" is skipped because pr…
12 …passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_2" skipped="yes" rea…
24 <testcase assertions="0" name="test_2" time="0.1234">
27 - disabled test unit: 'fake master test suite/test_2'
42 <testcase assertions="0" name="test_2" time="0.1234">
45 - disabled test unit: 'fake master test suite/test_2'
61 xxx/log-count-skipped-test.cpp:131: Entering test case "test_2"
62 xxx/log-count-skipped-test.cpp:52: error: in "fake master test suite/test_2": check 0 == 1 has fail…
63 xxx/log-count-skipped-test.cpp:131: Leaving test case "test_2"
68 …passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_2" file="xxx/log-cou…
[all …]
/third_party/boost/libs/endian/test/
Dendian_store_test.cpp85 template<class T> void test_2() in test_2() function
264 test_2<boost::int16_t>(); in main()
265 test_2<boost::uint16_t>(); in main()
267 test_2<boost::int32_t>(); in main()
268 test_2<boost::uint32_t>(); in main()
270 test_2<boost::int64_t>(); in main()
271 test_2<boost::uint64_t>(); in main()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.cpp317 _test_descriptor test_2; in iterate() local
319 test_2.expected_control_output_vertices_value = 16; in iterate()
320 test_2.expected_gen_mode_value = m_glExtTokens.ISOLINES; in iterate()
321 test_2.expected_gen_point_mode_value = GL_FALSE; in iterate()
322 test_2.expected_gen_spacing_value = m_glExtTokens.FRACTIONAL_EVEN; in iterate()
323 test_2.expected_gen_vertex_order_value = GL_CW; in iterate()
324 test_2.tc_body = "${VERSION}\n" in iterate()
333 test_2.te_body = "${VERSION}\n" in iterate()
401 tests.push_back(test_2); in iterate()
DesextcTessellationShaderXFB.cpp585 _test_descriptor test_2; /* vs+tc+te */ in iterate() local
603 test_2.expected_data_source = m_glExtTokens.TESS_EVALUATION_SHADER; in iterate()
604 test_2.expected_n_values = 2; in iterate()
605 test_2.should_draw_call_fail = false; in iterate()
606 test_2.requires_pipeline = false; in iterate()
607 test_2.tf_mode = GL_POINTS; in iterate()
608 test_2.use_gs = false; in iterate()
609 test_2.use_tc = true; in iterate()
610 test_2.use_te = true; in iterate()
612 tests.push_back(test_2); in iterate()
/third_party/boost/libs/test/doc/examples/
Ddecorator_21.output2 > decorator_21 --log_level=test_suite --run_test=test_2,test_3
3 Including test case test_1 as a dependency of test case test_2
10 test.cpp(20): Test case "test_2" is skipped because dependency test case "test_1" has failed
Ddecorator_20.output4 test.cpp(18): error: in "suite1/test_2": check 2 != 2 has failed [2 == 2]
12 test_2*
Ddecorator_09.output4 test_2*: descriptions add up
Ddecorator_09.run.cpp20 BOOST_AUTO_TEST_CASE(test_2,
Ddecorator_20.run-fail.cpp24 BOOST_AUTO_TEST_CASE(test_2, * utf::enabled())
Ddecorator_21.run-fail.cpp27 BOOST_AUTO_TEST_CASE(test_2,
/third_party/python/Lib/unittest/test/
Dtest_loader.py44 def test_2(self): pass member in Test_TestLoader.test_loadTestsFromTestCase.Foo
168 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromModule__not_a_module.NotAModule
528 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromName__relative_not_a_module.NotAModule
952 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.NotAModule
1173 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames.Test
1218 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames__inheritance.TestP
1237 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames__testNamePatterns.MyTest
1294 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase.Foo
1316 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromModule.Foo
1339 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromName.Foo
[all …]
Dtest_suite.py15 def test_2(self): pass member in Test.Foo
275 def test_2(self): pass member in Test_TestSuite.test_addTests.Foo
278 test_2 = Foo('test_2')
279 inner_suite = unittest.TestSuite([test_2])
283 yield test_2
/third_party/python/Lib/test/
Dtest_descrtut.py125 test_2 = """ variable
464 "tut2": test_2,
/third_party/boost/libs/graph/test/
Dcore_numbers_test.cpp74 int test_2() in test_2() function
164 rval = test_2(); in main()
/third_party/boost/libs/test/test/framework-ts/
Dlog-count-skipped-test.cpp50 void test_2() in test_2() function
131 test_case* tc2 = BOOST_TEST_CASE(test_2); in BOOST_AUTO_TEST_CASE()
/third_party/python/Lib/ctypes/test/
Dtest_array_in_pointer.py43 def test_2(self): member in Test
Dtest_struct_fields.py27 def test_2(self): member in StructFieldsTestCase
/third_party/python/Lib/lib2to3/tests/
Dtest_parser.py379 def test_2(self): member in TestFunctionAnnotations
476 def test_2(self): member in TestVarAnnotations
546 def test_2(self): member in TestSetLiteral
Dtest_fixers.py105 def test_2(self): member in Test_has_key
163 def test_2(self): member in Test_apply
462 def test_2(self): member in Test_print
1036 def test_2(self): member in Test_throw
1161 def test_2(self): member in Test_long
1595 def test_2(self): member in Test_raw_input
1980 def test_2(self): member in Test_input
2021 def test_2(self): member in Test_tuple_params
2222 def test_2(self): member in Test_next
2704 def test_2(self): member in Test_nonzero
[all …]
/third_party/ltp/testcases/kernel/controllers/memcg/regression/
Dmemcg_regression_test.sh125 test_2() function
/third_party/skia/tests/
DIncrTopoSortTest.cpp359 static void test_2(skiatest::Reporter* reporter) { in test_2() function
487 test_2(reporter); in DEF_TEST()
/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp359 static void test_2(skiatest::Reporter* reporter) { in test_2() function
487 test_2(reporter); in DEF_TEST()
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_eq_test.cpp214 template<class F> void test_2(F f) in test_2() function
399 test_2( f_2 ); in main()
400 test_2( fv_2 ); in main()

12