Memory and tsan tests: Turning off renamned tests

In r4625 AudioCodingModuleTest.RunAllTests was broken down to a number of
smaller tests. This CL turns off these tests, as RunAllTests was turned off
before.

TBR=kjellander@webrtc.org

BUG=issue2173

Review URL: https://webrtc-codereview.appspot.com/2121004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4626 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tina.legrand@webrtc.org 2013-08-27 09:38:10 +00:00
parent ee92b664b3
commit 89502c1ca8
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,9 @@
# Tests that are too slow.
AudioCodingModuleTest.TestAllCodecs
AudioCodingModuleTest.RunAllTests
AudioCodingModuleTest.TestEncodeDecode
AudioCodingModuleTest.TestFEC
AudioCodingModuleTest.TestIsac
AudioCodingModuleTest.TwoWayCommunication
AudioCodingModuleTest.TestStereo
AudioCodingModuleTest.TestVADDTX
FecTest.FecTest

View File

@ -1,6 +1,11 @@
# Tests that are too slow.
AudioCodingModuleTest.TestAllCodecs
AudioCodingModuleTest.RunAllTests
AudioCodingModuleTest.TestEncodeDecode
AudioCodingModuleTest.TestFEC
AudioCodingModuleTest.TestIsac
AudioCodingModuleTest.TwoWayCommunication
AudioCodingModuleTest.TestStereo
AudioCodingModuleTest.TestVADDTX
AudioCodingModuleTest.TestOpus
FecTest.FecTest
TestVp8Impl.BaseUnitTest