Skip to content

Commit

Permalink
Merge pull request swiftlang#58896 from eeckstein/disable-test-on-linux
Browse files Browse the repository at this point in the history
disable 3 tests on linux
  • Loading branch information
aschwaighofer authored May 13, 2022
2 parents bd6296a + 00203c4 commit d34d88d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/SILOptimizer/addr_escape_info.sil
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

// REQUIRES: swift_in_compiler

// rdar92963081
// UNSUPPORTED: linux

sil_stage canonical

import Builtin
Expand Down
4 changes: 4 additions & 0 deletions test/SILOptimizer/escape_info.sil
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

// REQUIRES: swift_in_compiler

// rdar92963081
// UNSUPPORTED: linux


sil_stage canonical

import Builtin
Expand Down
4 changes: 4 additions & 0 deletions test/SILOptimizer/ranges.sil
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

// REQUIRES: swift_in_compiler

// rdar92963081
// UNSUPPORTED: linux


sil_stage canonical

// CHECK-LABEL: Instruction range in basic_test:
Expand Down

0 comments on commit d34d88d

Please sign in to comment.