summaryrefslogtreecommitdiff
path: root/test/testautomation_audio.c
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2013-04-23 08:19:21 -0700
committerAndreas Schiffler <aschiffler@ferzkopp.net>2013-04-23 08:19:21 -0700
commitb0df8de6b9739eb808946c667c66235007347cf8 (patch)
tree323c79174ebccadd8a2815864bcca53ab8fa5db6 /test/testautomation_audio.c
parentedcf2ecde60f40e549e4df6df8802739104319dc (diff)
downloadsdl-b0df8de6b9739eb808946c667c66235007347cf8.tar.gz
Disable one test that crashes audio suite when run together with other tests
Diffstat (limited to 'test/testautomation_audio.c')
-rw-r--r--test/testautomation_audio.c5
1 files changed, 4 insertions, 1 deletions
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 */