HomeSort by relevance Sort by last modified time
    Searched defs:DISABLED_ON_MAC (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_api_integration_test.cc 20 class DISABLED_ON_MAC(ViEApiIntegrationTest) : public LegacyFixture {
23 TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsBaseTestWithoutErrors) {
28 TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest),
33 TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsCodecTestWithoutErrors) {
37 TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest),
42 TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest), RunsRenderTestWithoutErrors) {
47 TEST_F(DISABLED_ON_MAC(ViEApiIntegrationTest),
vie_extended_integration_test.cc 20 class DISABLED_ON_MAC(ViEExtendedIntegrationTest) : public LegacyFixture {
23 TEST_F(DISABLED_ON_MAC(ViEExtendedIntegrationTest), RunsBaseTestWithoutErrors) {
28 TEST_F(DISABLED_ON_MAC(ViEExtendedIntegrationTest),
40 TEST_F(DISABLED_ON_MAC(ViEExtendedIntegrationTest),
45 TEST_F(DISABLED_ON_MAC(ViEExtendedIntegrationTest),
50 TEST_F(DISABLED_ON_MAC(ViEExtendedIntegrationTest),
55 TEST_F(DISABLED_ON_MAC(ViEExtendedIntegrationTest),
  /external/chromium_org/third_party/webrtc/test/testsupport/
gtest_disable.h 28 #define DISABLED_ON_MAC(test) DISABLED_##test
30 #define DISABLED_ON_MAC(test) test

Completed in 73 milliseconds