From 679ad5712e8583a7feec64012424c9e73685b6ee Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Tue, 23 Apr 2013 08:19:21 -0700 Subject: [PATCH] Disable one test that crashes audio suite when run together with other tests --- test/testautomation_audio.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/testautomation_audio.c b/test/testautomation_audio.c index 4efe4231e..b50494948 100644 --- a/test/testautomation_audio.c +++ b/test/testautomation_audio.c @@ -862,8 +862,11 @@ static const SDLTest_TestCaseReference audioTest11 = static const SDLTest_TestCaseReference audioTest12 = { (SDLTest_TestCaseFp)audio_quitInitAudioSubSystem, "audio_quitInitAudioSubSystem", "Quit and re-init audio subsystem.", TEST_ENABLED }; +/* TODO: enable when bugs 1343 and 1396 are fixed. */ +/* For debugging, test case can be run manually using --filter audio_initQuitAudio */ + static const SDLTest_TestCaseReference audioTest13 = - { (SDLTest_TestCaseFp)audio_initQuitAudio, "audio_initQuitAudio", "Init and quit audio drivers directly.", TEST_ENABLED }; + { (SDLTest_TestCaseFp)audio_initQuitAudio, "audio_initQuitAudio", "Init and quit audio drivers directly.", TEST_DISABLED }; /* TODO: enable when bugs 1343 and 1396 are fixed. */ /* For debugging, test case can be run manually using --filter audio_initOpenCloseQuitAudio */