Searched refs:TestCommon (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/gyp/test/ninja/solibs_avoid_relinking/
H A Dgyptest-solibs-avoid-relinking.py14 import TestCommon namespace
35 test.built_file_must_exist('b' + TestCommon.exe_suffix)
36 pre_stat = os.stat(test.built_file_path('b' + TestCommon.exe_suffix))
41 post_stat = os.stat(test.built_file_path('b' + TestCommon.exe_suffix))
/external/chromium_org/tools/gyp/test/configurations/target_platform/
H A Dgyptest-target_platform.py12 import TestCommon namespace
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
H A Dgyptest-s-needs-no-depfiles.py15 import TestCommon namespace
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja_test.py13 import TestCommon namespace
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py23 import TestCommon namespace
24 from TestCommon import __all__
49 return TestCommon.match_exact(contents_a, contents_b)
64 class TestGypBase(TestCommon.TestCommon):
87 _exe = TestCommon.exe_suffix
88 _obj = TestCommon.obj_suffix
89 shobj_ = TestCommon.shobj_prefix
90 _shobj = TestCommon.shobj_suffix
91 lib_ = TestCommon
[all...]
H A DTestCommon.py2 TestCommon.py: a testing framework for commands and scripts
5 The TestCommon module provides a simple, high-level interface for writing
12 The TestCommon class is a subclass of the TestCmd class. In essence,
13 TestCommon is a wrapper that handles common TestCmd error conditions in
14 useful ways. You can use TestCommon directly, or subclass it for your
16 program's specific needs. Alternatively, the TestCommon class serves
19 As a subclass of TestCmd, TestCommon provides access to all of the
24 A TestCommon environment object is created via the usual invocation:
26 import TestCommon
27 test = TestCommon
204 class TestCommon(TestCmd): class in inherits:TestCmd
[all...]
/external/chromium_org/net/http/
H A Dhttp_response_headers_unittest.cc90 TEST_P(CommonHttpResponseHeadersTest, TestCommon) {

Completed in 444 milliseconds