aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_sanity.cpp
diff options
context:
space:
mode:
authorAlex Chronopoulos <[email protected]>2016-11-18 07:03:27 +0200
committerMatthew Gregan <[email protected]>2016-11-18 18:03:27 +1300
commit023503faf86c7f3cc32711388c4f0ca887dd8718 (patch)
tree9356b8fce2be7c0b6c44c0154b74fd70b8275aab /test/test_sanity.cpp
parent7f74039f92f4e7183188f9f00a207df8f16330a5 (diff)
downloadcubeb-023503faf86c7f3cc32711388c4f0ca887dd8718.tar.gz
cubeb-023503faf86c7f3cc32711388c4f0ca887dd8718.zip
OpenSL ES full duplex restored (#196)
* opensl: Restore full duplex for OpenSL ES from 1e26a908 * opensl: Fix build errors from gecko build system * opensl: Add extra debug logs * opensl: On cubeb_stop pause instead of stop * opensl: Remove output queue and a small refactoring * opensl: Remove extra stream destroy on error * opensl: Change message on assert fail * opensl: Restore logs after new log system change * opensl: Android 6 expect EBUSY instead of EDEADLK
Diffstat (limited to 'test/test_sanity.cpp')
-rw-r--r--test/test_sanity.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp
index 18d9315..eb8a596 100644
--- a/test/test_sanity.cpp
+++ b/test/test_sanity.cpp
@@ -618,6 +618,9 @@ TEST(cubeb, drain)
cubeb_stream_destroy(stream);
cubeb_destroy(ctx);
+
+ got_drain = 0;
+ do_drain = 0;
}
TEST(cubeb, DISABLED_eos_during_prefill)