Commit 5c4d0f32 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Disable more tests after #987916.

TBR=miu,kbr

Bug: 831999,832011
Change-Id: I22bf82f84e0ae874811b1ba3cbac03d8b5f1d49e
Reviewed-on: https://chromium-review.googlesource.com/1010382Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550218}
parent 2d2cfcad
...@@ -342,6 +342,7 @@ test("cast_unittests") { ...@@ -342,6 +342,7 @@ test("cast_unittests") {
":sender", ":sender",
":test_support", ":test_support",
"//base", "//base",
"//base:cfi_buildflags",
"//base/test:test_support", "//base/test:test_support",
"//media:test_support", "//media:test_support",
"//media/test:run_all_unittests", "//media/test:run_all_unittests",
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "base/bind.h" #include "base/bind.h"
#include "base/bind_helpers.h" #include "base/bind_helpers.h"
#include "base/cfi_buildflags.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/synchronization/condition_variable.h" #include "base/synchronization/condition_variable.h"
#include "base/synchronization/lock.h" #include "base/synchronization/lock.h"
...@@ -237,6 +238,7 @@ TEST_P(AudioDecoderTest, RecoversFromDroppedFrames) { ...@@ -237,6 +238,7 @@ TEST_P(AudioDecoderTest, RecoversFromDroppedFrames) {
WaitForAllAudioToBeDecoded(); WaitForAllAudioToBeDecoded();
} }
#if !BUILDFLAG(CFI_CAST_CHECK) // https://crbug.com/831999
INSTANTIATE_TEST_CASE_P( INSTANTIATE_TEST_CASE_P(
AudioDecoderTestScenarios, AudioDecoderTestScenarios,
AudioDecoderTest, AudioDecoderTest,
...@@ -245,6 +247,7 @@ INSTANTIATE_TEST_CASE_P( ...@@ -245,6 +247,7 @@ INSTANTIATE_TEST_CASE_P(
TestScenario(CODEC_AUDIO_PCM16, 2, 48000), TestScenario(CODEC_AUDIO_PCM16, 2, 48000),
TestScenario(CODEC_AUDIO_OPUS, 1, 8000), TestScenario(CODEC_AUDIO_OPUS, 1, 8000),
TestScenario(CODEC_AUDIO_OPUS, 2, 48000))); TestScenario(CODEC_AUDIO_OPUS, 2, 48000)));
#endif
} // namespace cast } // namespace cast
} // namespace media } // namespace media
...@@ -1427,12 +1427,6 @@ ...@@ -1427,12 +1427,6 @@
}, },
"test": "gin_unittests" "test": "gin_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "gl_tests"
},
{ {
"args": [ "args": [
"--use-gpu-in-tests", "--use-gpu-in-tests",
......
...@@ -1536,6 +1536,7 @@ ...@@ -1536,6 +1536,7 @@
'ThinLTO Linux ToT', 'ThinLTO Linux ToT',
# chromium.memory # chromium.memory
'Linux ASan LSan Tests (1)', # https://crbug.com/830659 'Linux ASan LSan Tests (1)', # https://crbug.com/830659
'Linux CFI', # https://crbug.com/830659
'Linux MSan Tests', # https://crbug.com/830659 'Linux MSan Tests', # https://crbug.com/830659
'Linux ChromiumOS MSan Tests', # https://crbug.com/830659 'Linux ChromiumOS MSan Tests', # https://crbug.com/830659
'Linux TSan Tests', # https://crbug.com/830659 'Linux TSan Tests', # https://crbug.com/830659
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment