From 5b56f58abba1ddcfe31ac24de7ea37d9b57bd046 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 7 Feb 2024 18:33:06 -0800 Subject: [PATCH] compiler.tests.codegen: make a note about platform differences --- basis/compiler/tests/codegen.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/compiler/tests/codegen.factor b/basis/compiler/tests/codegen.factor index 9eb461aca7..096d91dd92 100644 --- a/basis/compiler/tests/codegen.factor +++ b/basis/compiler/tests/codegen.factor @@ -399,6 +399,7 @@ cell 4 = [ { } [ missing-gc-check-2 ] unit-test +! XXX: investigate this mac vs linux/win difference ${ 1 os macosx? "0.169967142900241" "0.16996714290024104" ? } [ 1.4 [ 1 swap fcos ] compile-call number>string ] unit-test ${ 1 os macosx? "0.169967142900241" "0.16996714290024104" ? } [ 1.4 1 [ swap fcos ] compile-call number>string ] unit-test ${ os macosx? "0.169967142900241" "0.16996714290024104" ? "0.9854497299884601" } [ 1.4 [ [ fcos ] [ fsin ] bi ] compile-call [ number>string ] bi@ ] unit-test -- 2.34.1