Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Driver/bad_tmpdir.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// test is somewhat artificially limited to macOS.
//
// REQUIRES: OS=macosx

// REQUIRES: rdar117411265
// (https://github.com/apple/swift/issues/54796) This test is failing on
// next branch.
// XFAIL: *
Expand Down
1 change: 1 addition & 0 deletions test/Sema/package_resilience_super_class.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
// RUN: %target-build-swift -I %t -L %t -lUtils %s -o %t/main %target-rpath(%t) -package-name mypkg -DTESTABLE
// RUN: %target-run %t/main %t/%target-library-name(Utils) | %FileCheck %s

// REQUIRES: rdar117594759
//--- Utils.swift

open class OpenKlass {
Expand Down