Skip to content

Commit

Permalink
Temporarily disable tests - rdar://80475018
Browse files Browse the repository at this point in the history
  • Loading branch information
elsh committed Jan 19, 2022
1 parent 9404604 commit aff5170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/SILOptimizer/global_init_with_empty.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: rdar80475018
// RUN: %target-swift-frontend -primary-file %s -O -module-name=test -emit-ir | %FileCheck %s

// Also do an end-to-end test.
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -O -module-name=test %s -o %t/a.out
Expand Down
1 change: 1 addition & 0 deletions validation-test/stdlib/HashingRandomization.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: rdar80475018
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -Xfrontend -disable-access-control -module-name main %s -o %t/hash
// RUN: %target-codesign %t/hash
Expand Down

0 comments on commit aff5170

Please sign in to comment.