[Tests][Interop] Add test for unsupported declarations
This commit is contained in:
committed by
Sergey Bogolepov
parent
a7e3c5ca2a
commit
e93c623c40
@@ -4428,6 +4428,11 @@ task metadata_compare_typedefs(type: MetadataComparisonTest) {
|
|||||||
defFile = "interop/basics/typedefs.def"
|
defFile = "interop/basics/typedefs.def"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task metadata_compare_unable_to_import(type: MetadataComparisonTest) {
|
||||||
|
enabled = (project.testTarget != 'wasm32')
|
||||||
|
defFile = "interop/basics/unable_to_import.def"
|
||||||
|
}
|
||||||
|
|
||||||
standaloneTest("local_ea_arraysfieldwrite") {
|
standaloneTest("local_ea_arraysfieldwrite") {
|
||||||
disabled = (cacheTesting != null) // Cache is not compatible with -opt.
|
disabled = (cacheTesting != null) // Cache is not compatible with -opt.
|
||||||
goldValue = "Array (constructor init):\nSize: 2\nContents: [1, 2]\n" +
|
goldValue = "Array (constructor init):\nSize: 2\nContents: [1, 2]\n" +
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
int global;
|
||||||
|
#define global bad macro
|
||||||
|
|
||||||
|
void foo(void);
|
||||||
|
#define foo <
|
||||||
Reference in New Issue
Block a user