We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8178eb0 + 6ee2632 commit f375f2eCopy full SHA for f375f2e
test/ClangImporter/pcm-emit-direct-cc1-mode.swift
@@ -3,7 +3,7 @@
3
// RUN: %swift-frontend -emit-pcm -direct-clang-cc1-module-build -only-use-extra-clang-opts -module-name script -o %t/script.pcm %S/Inputs/custom-modules/module.modulemap -Xcc %S/Inputs/custom-modules/module.modulemap -Xcc -o -Xcc %t/script.pcm -Xcc -fmodules -Xcc -triple -Xcc %target-triple -Xcc -x -Xcc objective-c -dump-clang-diagnostics 2> %t.diags.txt
4
5
// Sometimes returns a 1 exit code with no stdout or stderr or even an indication of which command failed.
6
-// XFAIL: OS=linux-gnu
+// XFAIL: OS=linux-gnu, OS=linux-android, OS=linux-androideabi
7
8
// Verify some of the output of the -dump-pcm flag.
9
// RUN: %swift-dump-pcm %t/script.pcm | %FileCheck %s --check-prefix=CHECK-DUMP
0 commit comments