From 125a66adc2318840b19cc511d201a845cd03a117 Mon Sep 17 00:00:00 2001 From: "tina.legrand@webrtc.org" Date: Fri, 21 Feb 2014 14:12:00 +0000 Subject: [PATCH] Memory and Tsan tests: Turn off the new-ACM tests In this CL https://webrtc-codereview.appspot.com/8829004/, I splitted the tests so that new-ACM runs in separate tests. Almost all of these tests are too slow for the memory and tsan bots, and were already excluded from them. This CL turns off the new-ACM tests from these bots. BUG=https://code.google.com/p/webrtc/issues/detail?id=2951 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5594 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../modules_tests.gtest-drmemory.txt | 16 ++++++++-------- .../modules_tests.gtest-memcheck.txt | 14 +++++++------- .../gtest_exclude/modules_tests.gtest-tsan.txt | 16 ++++++++-------- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt index cc4e3f4496..9860c506ed 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt @@ -1,10 +1,10 @@ # Tests that are too slow. -AudioCodingModuleTest.TestAllCodecs -AudioCodingModuleTest.TestEncodeDecode -AudioCodingModuleTest.TestFEC -AudioCodingModuleTest.TestIsac -AudioCodingModuleTest.TwoWayCommunication -AudioCodingModuleTest.TestStereo -AudioCodingModuleTest.TestVADDTX -AudioCodingModuleTest.TestOpus +AudioCodingModuleTest.TestAllCodecs* +AudioCodingModuleTest.TestEncodeDecode* +AudioCodingModuleTest.TestFEC* +AudioCodingModuleTest.TestIsac* +AudioCodingModuleTest.TwoWayCommunication* +AudioCodingModuleTest.TestStereo* +AudioCodingModuleTest.TestVADDTX* +AudioCodingModuleTest.TestOpus* FecTest.FecTest diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-memcheck.txt b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-memcheck.txt index 9e68e8dacd..efa4be5951 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-memcheck.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-memcheck.txt @@ -1,9 +1,9 @@ # Tests that are too slow. -AudioCodingModuleTest.TestAllCodecs -AudioCodingModuleTest.TestEncodeDecode -AudioCodingModuleTest.TestFEC -AudioCodingModuleTest.TestIsac -AudioCodingModuleTest.TwoWayCommunication -AudioCodingModuleTest.TestStereo -AudioCodingModuleTest.TestVADDTX +AudioCodingModuleTest.TestAllCodecs* +AudioCodingModuleTest.TestEncodeDecode* +AudioCodingModuleTest.TestFEC* +AudioCodingModuleTest.TestIsac* +AudioCodingModuleTest.TwoWayCommunication* +AudioCodingModuleTest.TestStereo* +AudioCodingModuleTest.TestVADDTX* FecTest.FecTest diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-tsan.txt b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-tsan.txt index af9e5161b2..661b69b997 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-tsan.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-tsan.txt @@ -1,12 +1,12 @@ # Tests that are too slow. -AudioCodingModuleTest.TestAllCodecs -AudioCodingModuleTest.TestEncodeDecode -AudioCodingModuleTest.TestFEC -AudioCodingModuleTest.TestIsac -AudioCodingModuleTest.TwoWayCommunication -AudioCodingModuleTest.TestStereo -AudioCodingModuleTest.TestVADDTX -AudioCodingModuleTest.TestOpus +AudioCodingModuleTest.TestAllCodecs* +AudioCodingModuleTest.TestEncodeDecode* +AudioCodingModuleTest.TestFEC* +AudioCodingModuleTest.TestIsac* +AudioCodingModuleTest.TwoWayCommunication* +AudioCodingModuleTest.TestStereo* +AudioCodingModuleTest.TestVADDTX* +AudioCodingModuleTest.TestOpus* FecTest.FecTest TestVp8Impl.BaseUnitTest VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate