Skip to content

Commit 4f2cfb0

Browse files
authored
Merge pull request #35752 from xymus/revert-disable73834542
Revert "[Tests] Disable process-stats-dir.py related tests"
2 parents 74e59ab + ef6fdf8 commit 4f2cfb0

22 files changed

+1
-24
lines changed

test/Driver/pipe_round_robin.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Windows doesn't track/use read() and poll()
22
// UNSUPPORTED: windows
3-
// REQUIRES: rdar73834542
43
// RUN: %empty-directory(%t/manyfuncs)
54
// RUN: %empty-directory(%t/stats)
65
//

test/Misc/stats_dir.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar73834542
21
// RUN: %empty-directory(%t)
32
// RUN: %target-swift-frontend -c -o %t/out.o -stats-output-dir %t %s
43
// RUN: %{python} %utils/process-stats-dir.py --set-csv-baseline %t/frontend.csv %t

test/Misc/stats_dir_failure_count.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Check that a failed process-tree emits nonzero failure counters
2-
// REQUIRES: rdar73834542
32
// RUN: %empty-directory(%t)
43
// RUN: echo zzz >%t/other.swift
54
// RUN: not %target-swiftc_driver -continue-building-after-errors -D BROKEN -j 2 -typecheck -stats-output-dir %t %s %t/other.swift

test/Misc/stats_dir_instructions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: OS=macosx
2-
// REQUIRES: rdar73834542
32
// RUN: %empty-directory(%t)
43
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t %s
54
// RUN: %{python} %utils/process-stats-dir.py --set-csv-baseline %t/frontend.csv %t

test/Misc/stats_dir_long_path_name.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// REQUIRES: OS=macosx
2-
// REQUIRES: rdar73834542
32
// RUN: %empty-directory(%t)
43
// RUN: mkdir -p %t/very-long-directory-name-that-contains-over-128-characters-which-is-not-enough-to-be-illegal-on-its-own-but-presents
54
// RUN: cp %s %t/very-long-directory-name-that-contains-over-128-characters-which-is-not-enough-to-be-illegal-on-its-own-but-presents/a-problem-when-combined-with-other-long-path-elements-and-filenames-to-exceed-256-characters-combined-because-yay-arbitrary-limits-amirite.swift

test/Misc/stats_dir_plausible_maxrss.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: rdar73834542
21
// RUN: %empty-directory(%t)
32
// RUN: touch %t/main.swift
43
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t %t/main.swift

test/NameLookup/named_lazy_member_loading_anyobject.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: objc_interop
22
// REQUIRES: OS=macosx
3-
// REQUIRES: rdar73834542
43
//
54
// RUN: %target-swift-frontend -typecheck -I %S/Inputs/NamedLazyMembers %s -verify
65

test/NameLookup/named_lazy_member_loading_objc_category.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: objc_interop
22
// REQUIRES: OS=macosx
3-
// REQUIRES: rdar73834542
43
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
54
//
65
// Prime module cache

test/NameLookup/named_lazy_member_loading_objc_interface.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: objc_interop
22
// REQUIRES: OS=macosx
3-
// REQUIRES: rdar73834542
43
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
54
//
65
// Prime module cache

test/NameLookup/named_lazy_member_loading_objc_protocol.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: objc_interop
22
// REQUIRES: OS=macosx
3-
// REQUIRES: rdar73834542
43
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
54
//
65
// Prime module cache

0 commit comments

Comments
 (0)