mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
Base: Add test-math to set of tests run on CI
It currently fails though :( Likely contributes to innacuracies in LibJS tests as well.
This commit is contained in:
parent
669b6c43aa
commit
e8fd53c247
Notes:
sideshowbarker
2024-07-18 21:49:53 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/e8fd53c247d Pull-request: https://github.com/SerenityOS/serenity/pull/5566
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user