Skip to content

Commit

Permalink
Base: Add test-math to set of tests run on CI
Browse files Browse the repository at this point in the history
It currently fails though :( Likely contributes to innacuracies in LibJS
tests as well.
  • Loading branch information
ADKaster authored and awesomekling committed Mar 1, 2021
1 parent 669b6c4 commit e8fd53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/home/anon/tests/run-tests-and-shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit e8fd53c

Please sign in to comment.