disable VP9MultiThreadedFrameParallel tests
these are flaky and cause TSan warnings with clang-3.9.1 BUG=webm:1372 Change-Id: I8a7047552ba2ccd2d8c45f8795818c74562e5990
This commit is contained in:
parent
1cb44945fb
commit
6ab0870d45
@ -185,7 +185,7 @@ VP9_INSTANTIATE_TEST_CASE(
|
|||||||
|
|
||||||
// Test VP9 decode in frame parallel mode with different number of threads.
|
// Test VP9 decode in frame parallel mode with different number of threads.
|
||||||
INSTANTIATE_TEST_CASE_P(
|
INSTANTIATE_TEST_CASE_P(
|
||||||
VP9MultiThreadedFrameParallel, TestVectorTest,
|
DISABLED_VP9MultiThreadedFrameParallel, TestVectorTest,
|
||||||
::testing::Combine(
|
::testing::Combine(
|
||||||
::testing::Values(
|
::testing::Values(
|
||||||
static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)),
|
static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)),
|
||||||
|
@ -103,7 +103,7 @@ void DecodeFilesWithPause(const PauseFileList files[]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(VP9MultiThreadedFrameParallel, PauseSeekResume) {
|
TEST(DISABLED_VP9MultiThreadedFrameParallel, PauseSeekResume) {
|
||||||
// vp90-2-07-frame_parallel-1.webm is a 40 frame video file with
|
// vp90-2-07-frame_parallel-1.webm is a 40 frame video file with
|
||||||
// one key frame for every ten frames.
|
// one key frame for every ten frames.
|
||||||
static const PauseFileList files[] = {
|
static const PauseFileList files[] = {
|
||||||
@ -183,7 +183,7 @@ void DecodeFiles(const FileList files[]) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(VP9MultiThreadedFrameParallel, InvalidFileTest) {
|
TEST(DISABLED_VP9MultiThreadedFrameParallel, InvalidFileTest) {
|
||||||
static const FileList files[] = {
|
static const FileList files[] = {
|
||||||
// invalid-vp90-2-07-frame_parallel-1.webm is a 40 frame video file with
|
// invalid-vp90-2-07-frame_parallel-1.webm is a 40 frame video file with
|
||||||
// one key frame for every ten frames. The 11th frame has corrupted data.
|
// one key frame for every ten frames. The 11th frame has corrupted data.
|
||||||
@ -204,7 +204,7 @@ TEST(VP9MultiThreadedFrameParallel, InvalidFileTest) {
|
|||||||
DecodeFiles(files);
|
DecodeFiles(files);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(VP9MultiThreadedFrameParallel, ValidFileTest) {
|
TEST(DISABLED_VP9MultiThreadedFrameParallel, ValidFileTest) {
|
||||||
static const FileList files[] = {
|
static const FileList files[] = {
|
||||||
#if CONFIG_VP9_HIGHBITDEPTH
|
#if CONFIG_VP9_HIGHBITDEPTH
|
||||||
{ "vp92-2-20-10bit-yuv420.webm", "a16b99df180c584e8db2ffeda987d293", 10 },
|
{ "vp92-2-20-10bit-yuv420.webm", "a16b99df180c584e8db2ffeda987d293", 10 },
|
||||||
|
Loading…
Reference in New Issue
Block a user