mirror of https://github.com/pyodide/pyodide.git
commit
9093723bab
|
@ -47,3 +47,5 @@ _codecs_iso2022 cjkcodecs/_codecs_iso2022.c
|
||||||
_codecs_jp cjkcodecs/_codecs_jp.c
|
_codecs_jp cjkcodecs/_codecs_jp.c
|
||||||
_codecs_kr cjkcodecs/_codecs_kr.c
|
_codecs_kr cjkcodecs/_codecs_kr.c
|
||||||
_codecs_tw cjkcodecs/_codecs_tw.c
|
_codecs_tw cjkcodecs/_codecs_tw.c
|
||||||
|
|
||||||
|
_lsprof _lsprof.c rotatingtree.c
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
# whole module.
|
# whole module.
|
||||||
# - networking: Fails because it tests low-level networking.
|
# - networking: Fails because it tests low-level networking.
|
||||||
# - dbm: Failures due to no dbm module
|
# - dbm: Failures due to no dbm module
|
||||||
# - _lsprof: Failures due to no _lsprof module
|
|
||||||
# - strftime: Failures due to differences / shortcomings in WebAssembly's
|
# - strftime: Failures due to differences / shortcomings in WebAssembly's
|
||||||
# implementation of date/time formatting in strftime and strptime
|
# implementation of date/time formatting in strftime and strptime
|
||||||
# - permissions: Issues with the test writing to the virtual filesystem
|
# - permissions: Issues with the test writing to the virtual filesystem
|
||||||
|
@ -126,7 +125,7 @@ test_contextlib_async async
|
||||||
test_copy
|
test_copy
|
||||||
test_copyreg dbm
|
test_copyreg dbm
|
||||||
test_coroutines async
|
test_coroutines async
|
||||||
test_cprofile _lsprof
|
test_cprofile
|
||||||
test_crashers
|
test_crashers
|
||||||
test_crypt
|
test_crypt
|
||||||
test_csv
|
test_csv
|
||||||
|
|
Loading…
Reference in New Issue