Skip to content

Commit 50ca8c0

Browse files
committed
Unguard tests crashing on Linux
1 parent 757d38a commit 50ca8c0

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

clang/test/APINotes/boundssafety-errors.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// rdar://144275431: Clang module support for TypeCoupledDeclRefInfo is broken on Linux
2-
// REQUIRES: system-darwin
3-
41
// RUN: rm -rf %t && mkdir -p %t
52
// RUN: split-file %s %t/Headers
63
// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModulesCache -fsyntax-only -fapinotes-modules -I %t/Headers -fexperimental-bounds-safety-attributes %t/Headers/SemaErrors.c 2>&1 | FileCheck %s

clang/test/APINotes/boundssafety.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// rdar://144275431: Clang module support for TypeCoupledDeclRefInfo is broken on Linux
2-
// REQUIRES: system-darwin
3-
41
// RUN: rm -rf %t && mkdir -p %t
52
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModulesCache -fsyntax-only -fapinotes-modules -I %S/Inputs/Headers -F %S/Inputs/Frameworks -fexperimental-bounds-safety-attributes %s -ast-dump -ast-dump-filter asdf | FileCheck %s
63

clang/test/APINotes/boundssafety.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// rdar://144275431: Clang module support for TypeCoupledDeclRefInfo is broken on Linux
2-
// REQUIRES: system-darwin
3-
41
// RUN: rm -rf %t && mkdir -p %t
52

63
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModulesCache -fsyntax-only -fapinotes-modules -I %S/Inputs/Headers -F %S/Inputs/Frameworks -fexperimental-bounds-safety-attributes %s -ast-dump -ast-dump-filter asdf | FileCheck %s

clang/test/BoundsSafety/Modules/count-assign.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: system-darwin
21
// RUN: rm -rf %t
32
// RUN: %clang_cc1 -fbounds-safety -fmodules -fno-implicit-modules -x c -I%S/Inputs/count-assign -emit-module %S/Inputs/count-assign/module.modulemap -fmodule-name=ca -o %t/count-assign.pcm
43
// RUN: %clang_cc1 -fbounds-safety -fmodules -fno-implicit-modules -x c -I%S/Inputs/count-assign -ast-dump-all -o - %s -fmodule-file=%t/count-assign.pcm | FileCheck %s

clang/test/BoundsSafety/PCH/count-assign-with-pch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: system-darwin
21
// Test without pch.
32
// RUN: %clang_cc1 -fbounds-safety -include %s -fsyntax-only -verify %s
43

0 commit comments

Comments
 (0)