From e8fd53c247dc817268bb5917caca049e058edbeb Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sun, 28 Feb 2021 12:49:45 -0700 Subject: [PATCH] Base: Add test-math to set of tests run on CI It currently fails though :( Likely contributes to innacuracies in LibJS tests as well. --- Base/home/anon/tests/run-tests-and-shutdown.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/home/anon/tests/run-tests-and-shutdown.sh b/Base/home/anon/tests/run-tests-and-shutdown.sh index 4bf46c17fc..fd8f089576 100755 --- a/Base/home/anon/tests/run-tests-and-shutdown.sh +++ b/Base/home/anon/tests/run-tests-and-shutdown.sh @@ -15,7 +15,7 @@ run() { # TODO: It'd be nice to have a list+list op (as opposed to nest-on-in-another) # TODO: It'd be nice to have a list.length or enumerate(list) operation to allow terminal progress bar # TODO: test-web requires the window server -system_tests=(test-js test-pthread test-compress (test-crypto bigint -t)) +system_tests=(test-js test-pthread test-compress /usr/Tests/LibM/test-math (test-crypto bigint -t)) # FIXME: Running too much at once is likely to run into #5541. Remove commented out find below when stable all_tests=($system_tests) #$(find /usr/Tests -type f | grep -v Kernel | grep -v .inc | shuf))