From fb3d9b5d9c5a21024091a19003c8c94d99690787 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 13 Jul 2024 08:40:44 +0900 Subject: feat: update phpunit.xml --- phpunit.xml | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 3 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 2031367..a2f646e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,15 +6,94 @@ executionOrder="depends,defects" beStrictAboutOutputDuringTests="true" failOnRisky="true" - failOnWarning="true"> + failOnWarning="true" + defaultTestSuite="default"> - + - + tests + + tests/src/SpecTestsuites/Core/AddressTest.php + tests/src/SpecTestsuites/Core/BinaryLeb128Test.php + tests/src/SpecTestsuites/Core/BinaryTest.php + tests/src/SpecTestsuites/Core/BlockTest.php + tests/src/SpecTestsuites/Core/BrIfTest.php + tests/src/SpecTestsuites/Core/BrTableTest.php + tests/src/SpecTestsuites/Core/BrTest.php + tests/src/SpecTestsuites/Core/BulkTest.php + tests/src/SpecTestsuites/Core/CallIndirectTest.php + tests/src/SpecTestsuites/Core/CallTest.php + tests/src/SpecTestsuites/Core/ConstTest.php + tests/src/SpecTestsuites/Core/DataTest.php + tests/src/SpecTestsuites/Core/ElemTest.php + tests/src/SpecTestsuites/Core/EndiannessTest.php + tests/src/SpecTestsuites/Core/ExportsTest.php + tests/src/SpecTestsuites/Core/F32BitwiseTest.php + tests/src/SpecTestsuites/Core/F32CmpTest.php + tests/src/SpecTestsuites/Core/F32Test.php + tests/src/SpecTestsuites/Core/F64BitwiseTest.php + tests/src/SpecTestsuites/Core/F64CmpTest.php + tests/src/SpecTestsuites/Core/F64Test.php + tests/src/SpecTestsuites/Core/FacTest.php + tests/src/SpecTestsuites/Core/ForwardTest.php + tests/src/SpecTestsuites/Core/FuncPtrsTest.php + tests/src/SpecTestsuites/Core/FuncTest.php + tests/src/SpecTestsuites/Core/GlobalTest.php + tests/src/SpecTestsuites/Core/I32Test.php + tests/src/SpecTestsuites/Core/I64Test.php + tests/src/SpecTestsuites/Core/IfTest.php + tests/src/SpecTestsuites/Core/InlineModuleTest.php + tests/src/SpecTestsuites/Core/IntExprsTest.php + tests/src/SpecTestsuites/Core/IntLiteralsTest.php + tests/src/SpecTestsuites/Core/LabelsTest.php + tests/src/SpecTestsuites/Core/LeftToRightTest.php + tests/src/SpecTestsuites/Core/LoadTest.php + tests/src/SpecTestsuites/Core/LocalGetTest.php + tests/src/SpecTestsuites/Core/LocalSetTest.php + tests/src/SpecTestsuites/Core/LocalTeeTest.php + tests/src/SpecTestsuites/Core/LoopTest.php + tests/src/SpecTestsuites/Core/MemoryCopyTest.php + tests/src/SpecTestsuites/Core/MemoryFillTest.php + tests/src/SpecTestsuites/Core/MemoryGrowTest.php + tests/src/SpecTestsuites/Core/MemoryInitTest.php + tests/src/SpecTestsuites/Core/MemoryRedundancyTest.php + tests/src/SpecTestsuites/Core/MemorySizeTest.php + tests/src/SpecTestsuites/Core/MemoryTest.php + tests/src/SpecTestsuites/Core/MemoryTrapTest.php + tests/src/SpecTestsuites/Core/NamesTest.php + tests/src/SpecTestsuites/Core/NopTest.php + tests/src/SpecTestsuites/Core/ObsoleteKeywordsTest.php + tests/src/SpecTestsuites/Core/RefFuncTest.php + tests/src/SpecTestsuites/Core/RefIsNullTest.php + tests/src/SpecTestsuites/Core/RefNullTest.php + tests/src/SpecTestsuites/Core/ReturnTest.php + tests/src/SpecTestsuites/Core/SelectTest.php + tests/src/SpecTestsuites/Core/StackTest.php + tests/src/SpecTestsuites/Core/StartTest.php + tests/src/SpecTestsuites/Core/StoreTest.php + tests/src/SpecTestsuites/Core/SwitchTest.php + tests/src/SpecTestsuites/Core/TableCopyTest.php + tests/src/SpecTestsuites/Core/TableFillTest.php + tests/src/SpecTestsuites/Core/TableGetTest.php + tests/src/SpecTestsuites/Core/TableGrowTest.php + tests/src/SpecTestsuites/Core/TableInitTest.php + tests/src/SpecTestsuites/Core/TableSetTest.php + tests/src/SpecTestsuites/Core/TableSizeTest.php + tests/src/SpecTestsuites/Core/TableSubTest.php + tests/src/SpecTestsuites/Core/TableTest.php + tests/src/SpecTestsuites/Core/TokenTest.php + tests/src/SpecTestsuites/Core/TrapsTest.php + tests/src/SpecTestsuites/Core/TypeTest.php + tests/src/SpecTestsuites/Core/UnreachableTest.php + tests/src/SpecTestsuites/Core/UnreachedInvalidTest.php + tests/src/SpecTestsuites/Core/UnreachedValidTest.php + tests/src/SpecTestsuites/Core/UnwindTest.php + tests/src/SpecTestsuites/Core/Utf8InvalidEncodingTest.php + -- cgit v1.2.3-70-g09d2