1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

Tests: Change test-filtering mechanism

We have a new config argument to add space separated exclude regex'
This is separate from "NotTestsPattern", because these are still Tests,
although they are not supposed to be run by the runner

This also adds the test for a working UserspaceEmulator to the tests run
This commit is contained in:
Hendiadyoin1 2021-07-12 21:52:17 +02:00 committed by Ali Mohammad Pur
parent 3cc59f6454
commit b98e741237
2 changed files with 20 additions and 4 deletions

View file

@ -1,7 +1,8 @@
[Global]
SkipDirectories=Kernel/Legacy UserEmulator
SkipDirectories=Kernel/Legacy
SkipRegex=^ue-.*$
SkipTests=test-web
NotTestsPattern=.txt|.frm|.inc
NotTestsPattern=^.*(txt|frm|inc)$
[test-js]
Arguments=--show-progress=false