Skip to content

Commit 3643c61

Browse files
committed
Run tests in optimize test modes
This runs all files that have a target-build-swift or target-run-stdlib-swift RUN line in optimize test mode. Swift SVN r29206
1 parent 9b7d2aa commit 3643c61

File tree

93 files changed

+279
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+279
-0
lines changed

test/1_stdlib/ArrayBridge.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- ArrayBridge.swift - Tests of Array casting and bridging ----------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/ArrayCore.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- ArrayCore.swift --------------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/ArrayTraps.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %S/../../utils/gyb %s -o %t/ArrayTraps.swift

test/1_stdlib/BridgeNonVerbatim.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- BridgeNonVerbatim.swift - Array bridging implementation test -----===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/BridgeStorage.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- BridgeStorage.swift.gyb ------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/Builtins.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- Builtins.swift - Tests for our Builtin wrappers ------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/CastTraps.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// -*- swift -*-
25
// RUN: rm -rf %t ; mkdir -p %t
36
// RUN: %S/../../utils/gyb %s -o %t/CastTraps.swift

test/1_stdlib/Character.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-run-stdlib-swift
25

36
// XFAIL: interpret

test/1_stdlib/CharacterTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %target-build-swift %s -o %t/a.out_Debug

test/1_stdlib/DictionaryTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %target-build-swift %s -o %t/a.out_Debug

test/1_stdlib/DictionaryUnchecked.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: mkdir -p %t
25
// RUN: %target-build-swift %s -o %t/a.out -Ounchecked
36
//

test/1_stdlib/Float.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t &&mkdir %t
25
// RUN: cp %s %t/main.swift
36

test/1_stdlib/FloatingPoint.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir -p %t && %S/../../utils/gyb %s -o %t/FloatingPoint.swift
25
// RUN: %S/../../utils/line-directive %t/FloatingPoint.swift -- %target-build-swift -parse-stdlib -Xfrontend -disable-access-control %t/FloatingPoint.swift -o %t/a.out
36
// RUN: %S/../../utils/line-directive %t/FloatingPoint.swift -- %target-run %t/a.out

test/1_stdlib/FloatingPointIR.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift -emit-ir %s | FileCheck -check-prefix=%target-cpu %s
25
var globalFloat32 : Float32 = 0.0
36
var globalFloat64 : Float64 = 0.0

test/1_stdlib/HeapBuffer.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-run-stdlib-swift | FileCheck %s
25

36
import Swift

test/1_stdlib/InputStream.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- InputStream.swift.gyb --------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/IntervalTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- IntervalTraps.swift ----------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/Join.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- Join.swift.gyb ---------------------------------------*- swift -*-===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/Lazy.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- Lazy.swift - Tests for LazySequence and LazyCollection -----------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/Mirror.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- Mirror.swift -----------------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/NSStringAPI.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %target-build-swift %s -o %t/a.out

test/1_stdlib/NSUndoManager.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// TODO: Relies on AnyObject lvalues <rdar://problem/17755906>
25
// R/UN: %target-run-simple-swift | FileCheck %s
36
// RUN: not %target-build-swift -parse

test/1_stdlib/NewArray.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
%# -*- mode: swift -*-
25
//===--- Array.swift ------------------------------------------------------===//
36
//

test/1_stdlib/NewString.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-run-stdlib-swift | FileCheck %s
25

36
// XFAIL: linux

test/1_stdlib/NewStringAppending.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-run-stdlib-swift | FileCheck %s
25
//
36
// Parts of this test depend on memory allocator specifics. The test

test/1_stdlib/NumericParsing.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- NumericParsing.swift.gyb ----------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/OptionalTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %target-build-swift %s -o %t/Assert_Debug -Onone

test/1_stdlib/Print.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: mkdir -p %t
25
// RUN: %target-build-swift %s -parse-stdlib -Xfrontend -disable-access-control -o %t/a.out -Xlinker -dead_strip
36
// RUN: %target-run %t/a.out env | FileCheck %s

test/1_stdlib/RangeTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- RangeTraps.swift -------------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/Reflection.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir %t
25
// RUN: %target-build-swift -parse-stdlib %s -module-name Reflection -o %t/a.out
36
// RUN: %S/timeout.sh 360 %target-run %t/a.out | FileCheck %s

test/1_stdlib/ReflectionHashing.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift -module-name a %s -o %t.out
25
// RUN: %target-run %t.out
36

test/1_stdlib/Reflection_objc.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir %t
25
//
36
// RUN: %target-clang %S/Inputs/Mirror/Mirror.mm -c -o %t/Mirror.mm.o -g

test/1_stdlib/Runtime.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir %t
25
//
36
// RUN: %target-clang %S/Inputs/Mirror/Mirror.mm -c -o %t/Mirror.mm.o -g

test/1_stdlib/SegmentAlignment.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir -p %t
25
// RUN: xcrun -sdk %target-sdk-name %clang -c -arch %target-cpu %s -o %t/SegmentAlignment.o
36
// RUN: %target-build-swift %S/Inputs/SegmentAlignment.swift -Xlinker %t/SegmentAlignment.o -o %t/a.out

test/1_stdlib/SetTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %target-build-swift %s -o %t/a.out_Debug

test/1_stdlib/Sort.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -f %t.swift %t.out
25

36
// RUN: %S/../../utils/gyb %s -o %t.swift

test/1_stdlib/StringTraps.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir -p %t
36
// RUN: %target-build-swift %s -o %t/a.out_Debug

test/1_stdlib/SwiftObjectNSObject.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- SwiftObjectNSObject.swift - Test SwiftObject's NSObject interop --===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/UIViewControllerAdditions.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RxUN: %target-build-swift -g %s -o %t/ViewControllerAdditions.out
25
// RxUN: %target-run %t/ViewControllerAdditions.out %S/Inputs/UIViewControllerAdditions | FileCheck %s
36
// RUN: %target-run-simple-swift %S/Inputs/UIViewControllerAdditions | FileCheck %s

test/1_stdlib/Unicode.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
//===--- Unicode.swift ----------------------------------------------------===//
25
//
36
// This source file is part of the Swift.org open source project

test/1_stdlib/UnsafePointer.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir -p %t && %S/../../utils/gyb %s -o %t/UnsafePointer.swift
25
// RUN: %S/../../utils/line-directive %t/UnsafePointer.swift -- %target-build-swift %t/UnsafePointer.swift -o %t/a.out
36
// RUN: %S/../../utils/line-directive %t/UnsafePointer.swift -- %target-run %t/a.out

test/1_stdlib/VarArgs.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-jit-run -parse-stdlib %s | FileCheck %s
25

36
// REQUIRES: swift_interpreter

test/1_stdlib/simd.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -f %t.swift %t.out
25

36
// RUN: %S/../../utils/gyb %s -o %t.swift

test/1_stdlib/tgmath_optimized.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: mkdir -p %t
25
// RUN: %target-build-swift %s -o %t/a.out -Ounchecked
36
// RUN: %target-run %t/a.out

test/APINotes/blocks.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift -Xfrontend %clang-importer-sdk %s -emit-ir
25

36
// REQUIRES: objc_interop

test/APINotes/irgen-prop-getter-setter.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift -Xfrontend %clang-importer-sdk %s -emit-ir
25

36
// REQUIRES: objc_interop

test/DebugInfo/ASTSection.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir %t
25

36
// RUN: %target-build-swift -emit-executable %s -g -o %t/ASTSection -emit-module

test/IDE/print_ast_overlay.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t
25
// RUN: mkdir %t
36
// RUN: %target-build-swift -emit-module -module-name Foo -o %t -F %S/Inputs/mock-sdk %s

test/IRGen/NonConstantAddressFieldAccess.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift %S/Inputs/ObjcSuperClass.swift %s -module-name a -emit-ir 2>&1 | FileCheck %s
25

36
// REQUIRES: objc_interop

test/IRGen/exactcast2.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift %s -emit-ir -o -
25

36
// Make sure we are not crashing here.

test/IRGen/meta_meta_type.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir -p %t
25
// RUN: %target-build-swift %s -o %t/a.out
36
// RUN: %target-run %t/a.out | FileCheck %s

test/IRGen/multithread_module.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir -p %t
25

36
// RUN: %target-swift-frontend %S/Inputs/multithread_module/main.swift -emit-ir -o %t/main.ll %s -o %t/mt_module.ll -num-threads 2 -O -g -module-name test

test/IRGen/report_dead_method_call.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir -p %t
25
// RUN: %target-build-swift %S/Inputs/report_dead_method_call/main.swift %s -O -Xfrontend -disable-access-control -o %t/a.out
36
// RUN: %target-run %t/a.out 2> %t/err1.log; FileCheck %s < %t/err1.log

test/Interpreter/SDK/Cocoa_transitive.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift %s
25

36
// FIXME: iOS does not have Cocoa.framework

test/Interpreter/SDK/Foundation_bridge.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: rm -rf %t && mkdir %t
25
// RUN: %target-build-swift %s -import-objc-header %S/Inputs/Foundation_bridge.h -o %t/a.out
36
// RUN: %target-run %t/a.out | FileCheck %s

test/Interpreter/SDK/GLKit_parse.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift -parse %s -Xfrontend -verify
25

36
// REQUIRES: objc_interop

test/Interpreter/SDK/NSApplicationMain.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Also run this test in optimize test modes.
2+
// REQUIRES: optimize_test
3+
14
// RUN: %target-build-swift -parse %s
25
// REQUIRES: OS=macosx
36

0 commit comments

Comments
 (0)