testing: switch to upstream version

This commit is contained in:
Ayke van Laethem
2025-08-04 11:34:38 +02:00
parent aedaf7d925
commit 91b0bbaae6
16 changed files with 25 additions and 2299 deletions
+1 -2
View File
@@ -363,7 +363,6 @@ TEST_PACKAGES_FAST = \
path \
reflect \
sync \
testing \
testing/iotest \
text/scanner \
unicode \
@@ -480,7 +479,7 @@ TEST_PACKAGES_HOST := $(TEST_PACKAGES_FAST) $(TEST_PACKAGES_WINDOWS)
TEST_IOFS := false
endif
TEST_SKIP_FLAG := -skip='TestExtraMethods|TestParseAndBytesRoundTrip/P256/Generic'
TEST_SKIP_FLAG := -skip='TestExtraMethods|TestParseAndBytesRoundTrip/P256/Generic|^Fuzz'
# Test known-working standard library packages.
# TODO: parallelize, and only show failing tests (no implied -v flag).