summaryrefslogtreecommitdiff
path: root/test/testautomation_audio.c
diff options
context:
space:
mode:
authorAndreas Schiffler <aschiffler@ferzkopp.net>2014-07-07 20:26:21 -0700
committerAndreas Schiffler <aschiffler@ferzkopp.net>2014-07-07 20:26:21 -0700
commitc058df07f294a29c750475f9d34d476f8bca6080 (patch)
tree58595d88ff5e35fb9096f540904dea9192479235 /test/testautomation_audio.c
parent015208c246711a7321c734ac52b9c15bbba695bf (diff)
downloadsdl-c058df07f294a29c750475f9d34d476f8bca6080.tar.gz
Enable 2 disabled audio tests (since bug 1396 is fixed and they pass now)
Diffstat (limited to 'test/testautomation_audio.c')
-rw-r--r--test/testautomation_audio.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/testautomation_audio.c b/test/testautomation_audio.c
index 5a963f2b9..4a5e9eeaa 100644
--- a/test/testautomation_audio.c
+++ b/test/testautomation_audio.c
@@ -865,17 +865,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_DISABLED };
-
-/* TODO: enable when bugs 1343 and 1396 are fixed. */
-/* For debugging, test case can be run manually using --filter audio_initOpenCloseQuitAudio */
+ { (SDLTest_TestCaseFp)audio_initQuitAudio, "audio_initQuitAudio", "Init and quit audio drivers directly.", TEST_ENABLED };
static const SDLTest_TestCaseReference audioTest14 =
- { (SDLTest_TestCaseFp)audio_initOpenCloseQuitAudio, "audio_initOpenCloseQuitAudio", "Cycle through init, open, close and quit with various audio specs.", TEST_DISABLED };
+ { (SDLTest_TestCaseFp)audio_initOpenCloseQuitAudio, "audio_initOpenCloseQuitAudio", "Cycle through init, open, close and quit with various audio specs.", TEST_ENABLED };
/* Sequence of Audio test cases */
static const SDLTest_TestCaseReference *audioTests[] = {