mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Release Cosmopolitan v3.2.4
This commit is contained in:
parent
df648fb174
commit
cb19e172da
6 changed files with 12 additions and 8 deletions
3
third_party/libcxxabi/test/BUILD.mk
vendored
3
third_party/libcxxabi/test/BUILD.mk
vendored
|
@ -39,7 +39,6 @@ THIRD_PARTY_LIBCXXABI_TEST_SRCS = \
|
|||
third_party/libcxxabi/test/exception_object_alignment.pass.cc \
|
||||
third_party/libcxxabi/test/exception_object_alignment.2.pass.cc \
|
||||
third_party/libcxxabi/test/guard_test_basic.pass.cc \
|
||||
third_party/libcxxabi/test/catch_multi_level_pointer.pass.cc \
|
||||
third_party/libcxxabi/test/incomplete_type.sh.cc \
|
||||
third_party/libcxxabi/test/inherited_exception.pass.cc \
|
||||
third_party/libcxxabi/test/test_aux_runtime.pass.cc \
|
||||
|
@ -63,9 +62,9 @@ THIRD_PARTY_LIBCXXABI_TEST_SRCS = \
|
|||
third_party/libcxxabi/test/unwind_05.pass.cc \
|
||||
third_party/libcxxabi/test/unwind_06.pass.cc
|
||||
|
||||
# TODO: Maybe LLVM needs to finish the code that lets us use NSYNC futexes?
|
||||
THIRD_PARTY_LIBCXXABI_TEST_SRCS_TOOSLOW_COSMO = \
|
||||
third_party/libcxxabi/test/guard_threaded_test.pass.cc \
|
||||
third_party/libcxxabi/test/catch_multi_level_pointer.pass.cc
|
||||
|
||||
THIRD_PARTY_LIBCXXABI_TEST_SRCS_FAILING_GCC = \
|
||||
third_party/libcxxabi/test/catch_array_01.pass.cc \
|
||||
|
|
4
third_party/python/BUILD.mk
vendored
4
third_party/python/BUILD.mk
vendored
|
@ -1928,7 +1928,6 @@ THIRD_PARTY_PYTHON_PYTEST_PYMAINS = \
|
|||
third_party/python/Lib/test/test_pprint.py \
|
||||
third_party/python/Lib/test/test_print.py \
|
||||
third_party/python/Lib/test/test_thread.py \
|
||||
third_party/python/Lib/test/test_threadsignals.py \
|
||||
third_party/python/Lib/test/test_profile.py \
|
||||
third_party/python/Lib/test/test_property.py \
|
||||
third_party/python/Lib/test/test_pstats.py \
|
||||
|
@ -2018,6 +2017,9 @@ THIRD_PARTY_PYTHON_PYTEST_PYMAINS = \
|
|||
# TODO: test_threading passing probably requires more mutexes in libc/calls/
|
||||
# TODO: test_sys is potentially flaky now that we have threads
|
||||
|
||||
THIRD_PARTY_PYTHON_PYTEST_TOOSLOW = \
|
||||
third_party/python/Lib/test/test_threadsignals.py
|
||||
|
||||
THIRD_PARTY_PYTHON_PYTEST_TODOS = \
|
||||
third_party/python/Lib/test/test_sys.py \
|
||||
third_party/python/Lib/test/test_threading.py \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue