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: 2 additions & 0 deletions test/SILOptimizer/array_contentof_opt.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// RUN: %target-swift-frontend -O -sil-verify-all -emit-sil %s | %FileCheck %s
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib

// XFAIL: plus_zero_runtime

// This is an end-to-end test of the array(contentsOf) -> array(Element) optimization

// CHECK-LABEL: sil @{{.*}}testInt
Expand Down
2 changes: 2 additions & 0 deletions test/SILOptimizer/optionset.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// RUN: %target-swift-frontend -parse-as-library -primary-file %s -Osize -sil-verify-all -module-name=test -emit-sil | %FileCheck %s
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib

// XFAIL: plus_zero_runtime

public struct TestOptions: OptionSet {
public let rawValue: Int
public init(rawValue: Int) { self.rawValue = rawValue }
Expand Down
2 changes: 2 additions & 0 deletions test/SILOptimizer/outliner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// REQUIRES: objc_interop

// XFAIL: plus_zero_runtime

import Foundation

public class MyGizmo {
Expand Down
2 changes: 2 additions & 0 deletions test/SILOptimizer/unused_containers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

// REQUIRES: swift_stdlib_no_asserts

// XFAIL: plus_zero_runtime

//CHECK-LABEL: @$S17unused_containers16empty_array_testyyF
//CHECK: bb0:
//CHECK-NEXT: tuple
Expand Down