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