[Tests] Disable process-stats-dir.py related tests

This commit is contained in:
Alexis Laferrière
2021-02-01 10:22:10 -08:00
parent a996a1dc25
commit f576bebaf1
22 changed files with 24 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
// Windows doesn't track/use read() and poll()
// UNSUPPORTED: windows
// REQUIRES: rdar73834542
// RUN: %empty-directory(%t/manyfuncs)
// RUN: %empty-directory(%t/stats)
//

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -c -o %t/out.o -stats-output-dir %t %s
// RUN: %{python} %utils/process-stats-dir.py --set-csv-baseline %t/frontend.csv %t

View File

@@ -1,4 +1,5 @@
// Check that a failed process-tree emits nonzero failure counters
// REQUIRES: rdar73834542
// RUN: %empty-directory(%t)
// RUN: echo zzz >%t/other.swift
// RUN: not %target-swiftc_driver -continue-building-after-errors -D BROKEN -j 2 -typecheck -stats-output-dir %t %s %t/other.swift

View File

@@ -1,4 +1,5 @@
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
// RUN: %empty-directory(%t)
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t %s
// RUN: %{python} %utils/process-stats-dir.py --set-csv-baseline %t/frontend.csv %t

View File

@@ -1,4 +1,5 @@
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
// RUN: %empty-directory(%t)
// 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
// 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

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: %empty-directory(%t)
// RUN: touch %t/main.swift
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t %t/main.swift

View File

@@ -1,5 +1,6 @@
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
//
// RUN: %target-swift-frontend -typecheck -I %S/Inputs/NamedLazyMembers %s -verify

View File

@@ -1,5 +1,6 @@
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Prime module cache

View File

@@ -1,5 +1,6 @@
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Prime module cache

View File

@@ -1,5 +1,6 @@
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Prime module cache

View File

@@ -1,5 +1,6 @@
// REQUIRES: objc_interop
// REQUIRES: OS=macosx
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Prime module cache
@@ -37,4 +38,4 @@ public func foo(d: PrivateDoer) {
let _ = d.__count
let _ = d.__object(forKey: nil)
}
}

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats-pre && mkdir -p %t/stats-post
//
// Compile swiftmodule with decl member name tables

View File

@@ -1,3 +1,4 @@
// REQUIRES: rdar73834542
// RUN: rm -rf %t && mkdir -p %t/stats
// RUN: %target-swift-frontend -emit-sil -stats-output-dir %t/stats %s -o /dev/null
// RUN: %{python} %utils/process-stats-dir.py --evaluate 'NumSILGenFunctions < 10' %t/stats

View File

@@ -1,5 +1,7 @@
// RUN: %scale-test -parse --begin 0 --end 10 --step 1 --select NumASTBytes %s
// REQUIRES: rdar73834542
%for i in range(1, N + 1):
[
%end