# Bugs that causes hard crashes that we certainly don't 
# want to run because it will break the testsuite

# segfault
run.fastcall
memslice

# gc issue?
memoryview_in_subclasses

# """Fatal RPython error: NotImplementedError"""
pep442_tp_finalize

# Deadlock when calling Event.set - https://github.com/pypy/pypy/issues/5168
generator_thread_safety
threadsafe_generated
