def GetTestFilters(self):
     filters = super(CobaltRaspiConfiguration, self).GetTestFilters()
     filters.extend([
         # These tests are currently producing slightly different images on the
         # RasPi.
         test_filter.TestFilter('renderer_test',
                                'PixelTest.CircularSubPixelBorder'),
         test_filter.TestFilter('renderer_test',
                                'PixelTest.FilterBlurred100PxText')
     ])
     return filters
 def GetTestFilters(self):
     filters = super(PlatformConfig, self).GetTestFilters()
     filters.extend([
         # tests fail also on x86
         test_filter.TestFilter('nplb', 'SbSystemSymbolizeTest.SunnyDay'),
         test_filter.TestFilter(
             'nplb', 'SbSystemGetStackTest.SunnyDayStackDirection'),
         test_filter.TestFilter('nplb', 'SbSystemGetStackTest.SunnyDay'),
         test_filter.TestFilter('nplb',
                                'SbSystemGetStackTest.SunnyDayShortStack'),
     ])
     return filters
Exemple #3
0
 def GetTestFilters(self):
     filters = super(CobaltRaspiConfiguration, self).GetTestFilters()
     filters.extend([
         # TODO: Remove this filter once the layout_tests slowdown in the debug
         # configuration is resolved.
         test_filter.TestFilter('layout_tests', test_filter.FILTER_ALL,
                                'debug'),
         # These tests are currently producing slightly different images on the
         # RasPi.
         test_filter.TestFilter('renderer_test',
                                'PixelTest.CircularSubPixelBorder'),
         test_filter.TestFilter('renderer_test',
                                'PixelTest.FilterBlurred100PxText')
     ])
     return filters
Exemple #4
0
 def GetTestFilters(self):
     filters = super(CobaltARMConfiguration, self).GetTestFilters()
     filters.extend([
         test_filter.TestFilter('bindings_test',
                                'DateBindingsTest.PosixEpoch'),
         # TODO: Remove this filter once the layout_tests slowdown in the debug
         # configuration is resolved.
         test_filter.TestFilter('layout_tests', test_filter.FILTER_ALL,
                                'debug'),
         test_filter.TestFilter('renderer_test',
                                'PixelTest.CircularSubPixelBorder'),
         test_filter.TestFilter('renderer_test',
                                'PixelTest.FilterBlurred100PxText'),
     ])
     return filters
 def GetTestFilters(self):
     filters = super(PlatformConfig, self).GetTestFilters()
     filters.extend([
         # test fails when built with GCC 4.9, issue was fixed
         # in later versions of GCC
         test_filter.TestFilter('nplb', 'SbAlignTest.AlignAsStackVariable'),
         # tests fail also on x86
         test_filter.TestFilter('nplb', 'SbSystemSymbolizeTest.SunnyDay'),
         test_filter.TestFilter(
             'nplb', 'SbSystemGetStackTest.SunnyDayStackDirection'),
         test_filter.TestFilter('nplb', 'SbSystemGetStackTest.SunnyDay'),
         test_filter.TestFilter('nplb',
                                'SbSystemGetStackTest.SunnyDayShortStack'),
     ])
     return filters
 def GetTestFilters(self):
   filters = super(CobaltLinuxConfiguration, self).GetTestFilters()
   filters.extend([
       test_filter.TestFilter(
           'net_unittests', 'HostResolverImplDnsTest.DnsTaskUnspec')
   ])
   return filters
Exemple #7
0
 def GetTestFilters(self):
     filters = super(CobaltLinuxX64X11Clang39Configuration,
                     self).GetTestFilters()
     for target, tests in self.__FILTERED_TESTS.iteritems():
         filters.extend(
             test_filter.TestFilter(target, test) for test in tests)
     return filters
  def GetTestFilters(self):
    filters = super(LinuxConfiguration, self).GetTestFilters()

    has_cdm = os.path.isfile(
        os.path.join(paths.REPOSITORY_ROOT, 'third_party', 'ce_cdm', 'cdm',
                     'include', 'cdm.h'))

    for target, tests in self.__FILTERED_TESTS.iteritems():
      filters.extend(test_filter.TestFilter(target, test) for test in tests)

    if has_cdm:
      return filters

    # Filter the drm related tests, as ce_cdm is not present.
    for target, tests in self.__DRM_RELATED_TESTS.iteritems():
      filters.extend(test_filter.TestFilter(target, test) for test in tests)
    return filters
Exemple #9
0
 def GetWebPlatformTestFilters(self):
     filters = super(CobaltLinuxConfiguration,
                     self).GetWebPlatformTestFilters()
     filters.extend([
         # These tests are timing-sensitive, and are thus flaky on slower builds
         test_filter.TestFilter(
             'web_platform_tests',
             'xhr/WebPlatformTest.Run/XMLHttpRequest_send_timeout_events_htm',
             'debug'),
         test_filter.TestFilter(
             'web_platform_tests',
             'streams/WebPlatformTest.Run/streams_readable_streams_templated_html',
             'debug'),
         test_filter.TestFilter(
             'web_platform_tests',
             'cors/WebPlatformTest.Run/cors_preflight_failure_htm', 'devel')
     ])
     return filters
Exemple #10
0
 def GetTestFilters(self):
     filters = super(AndroidConfiguration, self).GetTestFilters()
     for target, tests in self.__FILTERED_TESTS.iteritems():
         filters.extend(
             test_filter.TestFilter(target, test) for test in tests)
     return filters
 def GetTestFilters(self):
     filters = super(WpePlatformConfig, self).GetTestFilters()
     for target, tests in self.__FILTERED_TESTS.iteritems():
         filters.extend(
             test_filter.TestFilter(target, test) for test in tests)
     return filters
 def GetTestFilters(self):
   filters = super(CreatorConfiguration, self).GetTestFilters()
   filters.extend([
       # test is disabled on x64
       test_filter.TestFilter('bindings_test',
                              ('GlobalInterfaceBindingsTest.'
                               'PropertiesAndOperationsAreOwnProperties')),
       # tests miss the defined delay
       test_filter.TestFilter('nplb',
                              'SbConditionVariableWaitTimedTest.SunnyDay'),
       test_filter.TestFilter(
           'nplb', 'SbConditionVariableWaitTimedTest.SunnyDayAutoInit'),
       # tests sometimes miss the threshold of 10ms
       test_filter.TestFilter(
           'nplb', 'Semaphore.ThreadTakesWait_PutBeforeTimeExpires'),
       test_filter.TestFilter('nplb', 'RWLock.HoldsLockForTime'),
       # tests sometimes miss the threshold of 5ms
       test_filter.TestFilter('nplb', 'Semaphore.ThreadTakesWait_TimeExpires'),
       test_filter.TestFilter('nplb', 'SbWindowCreateTest.SunnyDayDefault'),
       test_filter.TestFilter('nplb', 'SbWindowCreateTest.SunnyDayDefaultSet'),
       test_filter.TestFilter('nplb',
                              'SbWindowGetPlatformHandleTest.SunnyDay'),
       test_filter.TestFilter('nplb', 'SbWindowGetSizeTest.SunnyDay'),
       test_filter.TestFilter('nplb', 'SbPlayerTest.SunnyDay'),
       # tests fail also on x86
       test_filter.TestFilter(
           'nplb',
           ('SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.'
            'SunnyDayDestination/1')
       ),
       test_filter.TestFilter(
           'nplb',
           ('SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.'
            'SunnyDaySourceForDestination/1')
       ),
       test_filter.TestFilter(
           'nplb',
           ('SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.'
            'SunnyDaySourceNotLoopback/1')
       ),
       # there are no test cases in this test
       test_filter.TestFilter('nplb_blitter_pixel_tests',
                              test_filter.FILTER_ALL),
       # test fails on x64 also
       test_filter.TestFilter('net_unittests',
                              'HostResolverImplDnsTest.DnsTaskUnspec'),
   ])
   return filters