From 3d0f0b06ee25571034a13a43d2ca660ef687afa9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 5 Apr 2025 23:26:25 +0900 Subject: fix: pass ConversionsTest, FloatExprsTest, FloatLiteralsTest --- phpunit.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpunit.xml') diff --git a/phpunit.xml b/phpunit.xml index 336683b..02e668c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -28,6 +28,7 @@ tests/src/SpecTestsuites/Core/CallIndirectTest.php tests/src/SpecTestsuites/Core/CallTest.php tests/src/SpecTestsuites/Core/ConstTest.php + tests/src/SpecTestsuites/Core/ConversionsTest.php tests/src/SpecTestsuites/Core/DataTest.php tests/src/SpecTestsuites/Core/ElemTest.php tests/src/SpecTestsuites/Core/EndiannessTest.php @@ -39,6 +40,8 @@ tests/src/SpecTestsuites/Core/F64CmpTest.php tests/src/SpecTestsuites/Core/F64Test.php tests/src/SpecTestsuites/Core/FacTest.php + tests/src/SpecTestsuites/Core/FloatExprsTest.php + tests/src/SpecTestsuites/Core/FloatLiteralsTest.php tests/src/SpecTestsuites/Core/FloatMiscTest.php tests/src/SpecTestsuites/Core/ForwardTest.php tests/src/SpecTestsuites/Core/FuncPtrsTest.php -- cgit v1.2.3-70-g09d2