From 0afc8078075bd56a893cec747fd8a0c537cddcf9 Mon Sep 17 00:00:00 2001 From: Japheth Lim Date: Wed, 13 Jan 2016 17:10:31 +1100 Subject: [PATCH] regression: remove assertion because it may go off spuriously for skipped tests. --- misc/regression/run_tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/regression/run_tests.py b/misc/regression/run_tests.py index c8deb8b56..6de114718 100755 --- a/misc/regression/run_tests.py +++ b/misc/regression/run_tests.py @@ -348,10 +348,6 @@ def main(): del tests_queue[i] break - # Sanity check - if tests_queue and not current_jobs: - raise RuntimeError('INTERNAL ERROR: stuck queue. Remaining tests: ' + repr(t.name for t in tests_queue)) - # Wait for jobs to complete. try: while True: