Skip to content

Commit bca5aa7

Browse files
committed
Mark two more hanging tests as UNSUPPORTED: noncopyable_generics
1 parent afe05e9 commit bca5aa7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/SILOptimizer/generic_specialization_loops_detection_without_loops.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -O -emit-sil -Xllvm -sil-print-generic-specialization-loops %s 2>&1 | %FileCheck --check-prefix=CHECK %s
22

3+
// rdar://122287787 (NCGenerics performance issues in regression tests)
4+
// UNSUPPORTED: noncopyable_generics
5+
36
// Check that the generic specializer does not hang a compiler by
47
// creating and infinite loop of generic specializations.
58

test/Sema/unsupported_recursive_value_type.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-typecheck-verify-swift
22

3+
// rdar://122287787 (NCGenerics performance issues in regression tests)
4+
// UNSUPPORTED: noncopyable_generics
5+
36
struct SelfRecursiveStruct {
47
let a: SelfRecursiveStruct // expected-error{{value type 'SelfRecursiveStruct' cannot have a stored property that recursively contains it}}
58
}

0 commit comments

Comments
 (0)