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:
parent
f0d562131f
commit
d0447f23b8
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
[Global]
|
||||
SkipDirectories=Kernel/Legacy UserEmulator
|
||||
SkipTests=stack-smash test-web
|
||||
SkipTests=test-web
|
||||
NotTestsPattern=.txt|.frm|.inc
|
||||
|
||||
[test-js]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue