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

Tests+Base: Convert stack-smash to be LibTest based and stop skipping it

Now that the test is converted to be LibTest based, we can remove it
from the exclude list in /home/anon/.config/Tests.ini.

Prior to this it would crash and fail because it was signaled instead of
returning normally with exit code 0.
This commit is contained in:
Andrew Kaster 2021-06-30 22:40:03 -06:00 committed by Andreas Kling
parent f0d562131f
commit d0447f23b8
3 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[Global]
SkipDirectories=Kernel/Legacy UserEmulator
SkipTests=stack-smash test-web
SkipTests=test-web
NotTestsPattern=.txt|.frm|.inc
[test-js]