Home
last modified time | relevance | path

Searched refs:PlatformTest (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/cctest/
H A Dtest_platform.cc40 class PlatformTest : public EnvironmentTestFixture {}; class
42 TEST_F(PlatformTest, SkipNewTasksInFlushForegroundTasks) { in TEST_F()
108 TEST_F(PlatformTest, TracingControllerNullptr) { in TEST_F()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader_unittest.cc140 // Make the test a PlatformTest to setup autorelease pools properly on Mac.
141 class ZipReaderTest : public PlatformTest {
144 PlatformTest::SetUp(); in SetUp()
173 PlatformTest::TearDown(); in TearDown()
H A Dzip_unittest.cc131 // Make the test a PlatformTest to setup autorelease pools properly on Mac.
132 class ZipTest : public PlatformTest {
140 PlatformTest::SetUp(); in SetUp()
165 PlatformTest::TearDown(); in TearDown()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc227 // Make the test a PlatformTest to setup autorelease pools properly on Mac.
228 class ZipTest : public PlatformTest {
233 PlatformTest::SetUp(); in SetUp()
255 virtual void TearDown() { PlatformTest::TearDown(); } in TearDown()
H A Dzip_reader_unittest.cc146 // Make the test a PlatformTest to setup autorelease pools properly on Mac.
147 class ZipReaderTest : public PlatformTest {
150 PlatformTest::SetUp();
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc227 // Make the test a PlatformTest to setup autorelease pools properly on Mac.
228 class ZipTest : public PlatformTest {
233 PlatformTest::SetUp(); in SetUp()
255 virtual void TearDown() { PlatformTest::TearDown(); } in TearDown()
H A Dzip_reader_unittest.cc148 // Make the test a PlatformTest to setup autorelease pools properly on Mac.
149 class ZipReaderTest : public PlatformTest {
152 PlatformTest::SetUp();
/third_party/python/Lib/test/
H A Dtest_platform.py71 class PlatformTest(unittest.TestCase): class

Completed in 11 milliseconds