[K/N][test] Ignore tests that fail due to the init order

These test run correctly in the new MM
This commit is contained in:
Pavel Punegov
2021-12-28 12:07:34 +03:00
committed by Space
parent 8744e3db74
commit c4619b4871
2 changed files with 6 additions and 0 deletions
@@ -6,6 +6,9 @@
// IGNORE_BACKEND: WASM
// ^ wasm-function[1893]:0x1cf8a: RuntimeError: dereferencing a null pointer
// IGNORE_BACKEND: NATIVE
// ^ Fail due to the initialization order. Doesn't fail with new MM
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS_IR
// ^ TypeError: tmp is not a function
@@ -6,6 +6,9 @@
// IGNORE_BACKEND: WASM
// ^ Failed: ks1 != ks2 (same file, same SAM type)
// IGNORE_BACKEND: NATIVE
// ^ Fail due to the initialization order. Doesn't fail with new MM
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS_IR
// ^ Failed: ks1 != ks2 (same file, same SAM type)