be more specific about skipped pointers_incomplete tests

This commit is contained in:
Jake Hillion 2022-12-30 11:39:07 -08:00 committed by Jake Hillion
parent a6c3d30014
commit 4e07ec125c

View File

@ -19,7 +19,8 @@ definitions = '''
'''
[cases]
[cases.raw]
skip = "codegen fails on this"
oil_disable = "oil can't chase raw pointers safely"
oid_skip = "oid codegen fails on this"
param_types = ["IncompleteType*"]
setup = "return static_cast<IncompleteType*>(::operator new(5));"
cli_options = ["--chase-raw-pointers"]
@ -31,7 +32,7 @@ definitions = '''
"NOT": "members"
}]'''
[cases.raw_no_follow]
skip = "codegen fails on this"
oid_skip = "oid codegen fails on this"
param_types = ["IncompleteType*"]
setup = "return static_cast<IncompleteType*>(::operator new(5));"
expect_json = '''[{
@ -42,7 +43,7 @@ definitions = '''
"NOT": "members"
}]'''
[cases.raw_null]
skip = "codegen fails on this"
oid_skip = "oid codegen fails on this"
param_types = ["IncompleteType*"]
setup = "return nullptr;"
expect_json = '''[{