From 81f039d2cc78989e665e1021ad32abbb14513376 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 16 Apr 2026 15:53:51 -0700 Subject: [PATCH] Fix other.test_stdint_limits_wasm64 after #26689 Sadly the reason this slipped through is that we disabled the wasm64 tests recently to save some CI credits. Re-enabling `test-wasm64-misc` since its very quick. --- .circleci/config.yml | 6 +++--- test/other/test_stdint_limits.64.out | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a2533beda051..3d15ba5af15d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1373,9 +1373,9 @@ workflows: - test-core3: requires: - build-linux - #- test-wasm64-misc: - # requires: - # - build-linux + - test-wasm64-misc: + requires: + - build-linux - test-wasm64-4gb: requires: - build-linux diff --git a/test/other/test_stdint_limits.64.out b/test/other/test_stdint_limits.64.out index e6cbbbce71288..e4aded75fdcd9 100644 --- a/test/other/test_stdint_limits.64.out +++ b/test/other/test_stdint_limits.64.out @@ -12,8 +12,8 @@ INTPTR_MIN: -9223372036854775808 INTPTR_MAX: 9223372036854775807 WCHAR_MIN: -2147483648 WCHAR_MAX: 2147483647 -WINT_MIN: 0 -WINT_MAX: -1 +WINT_MIN: -2147483648 +WINT_MAX: 2147483647 UINTPTR_MAX: 18446744073709551615 SIZE_MAX: 18446744073709551615 SSIZE_MAX: 9223372036854775807 @@ -35,8 +35,8 @@ INT_LEAST64_MIN: -9223372036854775808 INT_LEAST64_MAX: 9223372036854775807 INT_FAST8_MIN: -128 INT_FAST8_MAX: 127 -INT_FAST16_MIN: -2147483648 -INT_FAST16_MAX: 2147483647 +INT_FAST16_MIN: -32768 +INT_FAST16_MAX: 32767 INT_FAST32_MIN: -2147483648 INT_FAST32_MAX: 2147483647 INT_FAST64_MIN: -9223372036854775808 @@ -50,7 +50,7 @@ UINT_LEAST16_MAX: 65535 UINT_LEAST32_MAX: 4294967295 UINT_LEAST64_MAX: 18446744073709551615 UINT_FAST8_MAX: 255 -UINT_FAST16_MAX: 4294967295 +UINT_FAST16_MAX: 65535 UINT_FAST32_MAX: 4294967295 UINT_FAST64_MAX: 18446744073709551615 INT8_C: (d) 42