Skip to content

Commit a0303d0

Browse files
committed
test: XFAIL tests with known bugs under opaque-values
1 parent bb5128e commit a0303d0

File tree

371 files changed

+372
-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.

371 files changed

+372
-0
lines changed

test/ASTGen/exprs.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// RUN: %target-run-simple-swift(-target %target-swift-5.1-abi-triple -enable-experimental-feature OldOwnershipOperatorSpellings -enable-experimental-feature ParserASTGen)
1212

1313
// REQUIRES: executable_test
14+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
1415
// REQUIRES: swift_swift_parser
1516
// REQUIRES: swift_feature_ParserASTGen
1617
// REQUIRES: swift_feature_OldOwnershipOperatorSpellings

test/AutoDiff/IRGen/loadable_by_address_cross_module.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// RUN: %target-run %t/a.out %t/%target-library-name(external)
3636

3737
// REQUIRES: executable_test
38+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
3839

3940
import _Differentiation
4041
import external

test/AutoDiff/stdlib/anydifferentiable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
34

45
import _Differentiation
56
import StdlibUnittest

test/AutoDiff/stdlib/derivative_customization.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
34

45
import DifferentiationUnittest
56
import StdlibUnittest

test/AutoDiff/validation-test/address_only_tangentvector.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
34

45
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
56

test/AutoDiff/validation-test/always_emit_into_client/multi_module_protocol.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: executable_test
2+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
23
// RUN: %empty-directory(%t)
34

45
// RUN: %target-build-swift-dylib(%t/%target-library-name(MultiModuleProtocol1)) %S/Inputs/MultiModuleProtocol/file1.swift \

test/AutoDiff/validation-test/always_emit_into_client/multi_module_struct.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: executable_test
2+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
23
// RUN: %empty-directory(%t)
34

45
// RUN: %target-build-swift-dylib(%t/%target-library-name(MultiModuleStruct1)) %S/Inputs/MultiModuleStruct/file1.swift \

test/AutoDiff/validation-test/always_emit_into_client/multi_module_struct_no_jvp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: executable_test
2+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
23
// RUN: %empty-directory(%t)
34

45
// RUN: %target-build-swift-dylib(%t/%target-library-name(MultiModuleStruct1)) %S/Inputs/MultiModuleStruct/file1.swift \

test/AutoDiff/validation-test/always_emit_into_client/multi_module_struct_no_vjp.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: executable_test
2+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
23
// RUN: %empty-directory(%t)
34

45
// RUN: %target-build-swift-dylib(%t/%target-library-name(MultiModuleStruct1)) %S/Inputs/MultiModuleStruct/file1.swift \

test/AutoDiff/validation-test/array.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22

33
// REQUIRES: executable_test
4+
// XFAIL: swift_test_mode_optimize_none_with_opaque_values
45

56
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
67

0 commit comments

Comments
 (0)