python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Triage tests from the CPython asyncio testsuite that trio-asyncio doesn't pass #67

Open oremanj opened 4 years ago

oremanj commented 4 years ago

These are currently skipped or xfailed in tests/python/conftest.py. We should at minimum understand why they're failing. (I personally suspect that many of these are artifacts of the multi-thread approach we're using to support starting and stopping the loop multiple times.)