Bypass Python tests not supported by -builtin
The base class is needed for the builtin class hierarchy, like many other languages
This commit is contained in:
parent
185d65895f
commit
ab79441151
3 changed files with 13 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ C_TEST_CASES += \
|
|||
include $(srcdir)/../common.mk
|
||||
|
||||
BUILTIN_BROKEN = \
|
||||
import_nomodule.cpptest \
|
||||
python_abstractbase.cpptest \
|
||||
|
||||
BUILTIN_NOT_BROKEN = $(filter-out $(BUILTIN_BROKEN),$(NOT_BROKEN_TEST_CASES))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue