From 9404604e166dbf89fca68ff5e7c6f49cb5380d2e Mon Sep 17 00:00:00 2001 From: Ellie Shin Date: Tue, 18 Jan 2022 14:11:49 -0800 Subject: [PATCH 1/2] test --- test/Frontend/module-alias-diags.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Frontend/module-alias-diags.swift b/test/Frontend/module-alias-diags.swift index 8608ef0c53763..85837fdb9b852 100644 --- a/test/Frontend/module-alias-diags.swift +++ b/test/Frontend/module-alias-diags.swift @@ -1,5 +1,4 @@ /// Test diagnostics with module aliasing. -/// /// Module 'Lib' imports module 'XLogging', and 'XLogging' is aliased 'AppleLogging'. // RUN: %empty-directory(%t) From aff51701563dd043fd3c6dfd7756c8bed7a9a02c Mon Sep 17 00:00:00 2001 From: Ellie Shin Date: Tue, 18 Jan 2022 23:22:38 -0800 Subject: [PATCH 2/2] Temporarily disable tests - rdar://80475018 --- test/SILOptimizer/global_init_with_empty.swift | 2 +- validation-test/stdlib/HashingRandomization.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/SILOptimizer/global_init_with_empty.swift b/test/SILOptimizer/global_init_with_empty.swift index 89175c35fa6ba..ba95cc89daef0 100644 --- a/test/SILOptimizer/global_init_with_empty.swift +++ b/test/SILOptimizer/global_init_with_empty.swift @@ -1,5 +1,5 @@ +// REQUIRES: rdar80475018 // RUN: %target-swift-frontend -primary-file %s -O -module-name=test -emit-ir | %FileCheck %s - // Also do an end-to-end test. // RUN: %empty-directory(%t) // RUN: %target-build-swift -O -module-name=test %s -o %t/a.out diff --git a/validation-test/stdlib/HashingRandomization.swift b/validation-test/stdlib/HashingRandomization.swift index 58dfafaf82bc9..c6f555d5df374 100644 --- a/validation-test/stdlib/HashingRandomization.swift +++ b/validation-test/stdlib/HashingRandomization.swift @@ -1,3 +1,4 @@ +// REQUIRES: rdar80475018 // RUN: %empty-directory(%t) // RUN: %target-build-swift -Xfrontend -disable-access-control -module-name main %s -o %t/hash // RUN: %target-codesign %t/hash