mirror of https://github.com/encounter/SDL.git
Enable 2 disabled audio tests (since bug 1396 is fixed and they pass now)
This commit is contained in:
parent
cd8f63f280
commit
97bdefe2ab
|
@ -865,17 +865,11 @@ static const SDLTest_TestCaseReference audioTest11 =
|
||||||
static const SDLTest_TestCaseReference audioTest12 =
|
static const SDLTest_TestCaseReference audioTest12 =
|
||||||
{ (SDLTest_TestCaseFp)audio_quitInitAudioSubSystem, "audio_quitInitAudioSubSystem", "Quit and re-init audio subsystem.", TEST_ENABLED };
|
{ (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 =
|
static const SDLTest_TestCaseReference audioTest13 =
|
||||||
{ (SDLTest_TestCaseFp)audio_initQuitAudio, "audio_initQuitAudio", "Init and quit audio drivers directly.", TEST_DISABLED };
|
{ (SDLTest_TestCaseFp)audio_initQuitAudio, "audio_initQuitAudio", "Init and quit audio drivers directly.", TEST_ENABLED };
|
||||||
|
|
||||||
/* TODO: enable when bugs 1343 and 1396 are fixed. */
|
|
||||||
/* For debugging, test case can be run manually using --filter audio_initOpenCloseQuitAudio */
|
|
||||||
|
|
||||||
static const SDLTest_TestCaseReference audioTest14 =
|
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 */
|
/* Sequence of Audio test cases */
|
||||||
static const SDLTest_TestCaseReference *audioTests[] = {
|
static const SDLTest_TestCaseReference *audioTests[] = {
|
||||||
|
|
Loading…
Reference in New Issue