Fix/xfail/disable remaining tests for embedded Wasm

This commit is contained in:
Max Desiatov
2025-06-24 17:24:55 +01:00
parent b10da622e9
commit 27e5d5c551
49 changed files with 97 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -enable-experimental-feature Extern -enable-experimental-feature Embedded -enforce-exclusivity=none %s -c -o %t/a.o
// RUN: %target-clang %t/a.o -o %t/a.out
// RUN: %target-clang %target-clang-resource-dir-opt %t/a.o -o %t/a.out
// RUN: %target-run %t/a.out | %FileCheck %s
// REQUIRES: swift_in_compiler