Skip to content

Adding more comment for Reflection tests that does not support ASAN #75519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
86dc627
Update existentials_objc.swift
lamtrinhdev Jul 27, 2024
9710489
Update existentials.swift
lamtrinhdev Jul 27, 2024
5db4317
Update functions.swift
lamtrinhdev Jul 27, 2024
58ed9e7
Update functions_objc.swift
lamtrinhdev Jul 27, 2024
129126d
Update inherits_NSObject.swift
lamtrinhdev Jul 27, 2024
35c050d
Update inherits_ObjCClasses.swift
lamtrinhdev Jul 27, 2024
1684a50
Update inherits_Swift.swift
lamtrinhdev Jul 27, 2024
6e52d3a
Merge branch 'swiftlang:main' into main
lamtrinhdev Jul 29, 2024
999e287
Update existentials_objc.swift
lamtrinhdev Jul 29, 2024
6c2f353
Update functions_objc.swift
lamtrinhdev Jul 29, 2024
b9ec774
Update inherits_NSObject.swift
lamtrinhdev Jul 29, 2024
a004b87
Update inherits_ObjCClasses.swift
lamtrinhdev Jul 29, 2024
d3204c5
Update reflect_Enum_value.swift
lamtrinhdev Jul 29, 2024
b81067d
Update reflect_Enum_values.swift
lamtrinhdev Jul 29, 2024
a175465
Update reflect_Enum_values10.swift
lamtrinhdev Jul 29, 2024
450f1c6
Update reflect_Enum_values11.swift
lamtrinhdev Jul 29, 2024
cd14ab8
Update reflect_Enum_values2.swift
lamtrinhdev Jul 29, 2024
aa0a602
Update reflect_Enum_values3.swift
lamtrinhdev Jul 29, 2024
bf2f25c
Update reflect_Enum_values4.swift
lamtrinhdev Jul 29, 2024
baed1da
Update reflect_Enum_values5.swift
lamtrinhdev Jul 29, 2024
f35c57e
Update reflect_Enum_values6.swift
lamtrinhdev Jul 29, 2024
f3800be
Update reflect_Enum_values7.swift
lamtrinhdev Jul 29, 2024
7c47570
Update reflect_Enum_values8.swift
lamtrinhdev Jul 29, 2024
39224a1
Update reflect_Enum_values9.swift
lamtrinhdev Jul 29, 2024
b2f9976
Update reflect_Enum_values_resilient.swift
lamtrinhdev Jul 29, 2024
ff63d22
Update reflect_NSArray.swift
lamtrinhdev Jul 29, 2024
9ac94d3
Update reflect_NSNumber.swift
lamtrinhdev Jul 29, 2024
0d8d607
Update reflect_NSSet.swift
lamtrinhdev Jul 29, 2024
a5b4f69
Update reflect_NSString.swift
lamtrinhdev Jul 29, 2024
751a9d0
Update reflect_multiple_types.swift
lamtrinhdev Jul 29, 2024
a70acf7
Merge branch 'swiftlang:main' into main
lamtrinhdev Jul 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions validation-test/Reflection/existentials.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// REQUIRES: reflection_test_support
// REQUIRES: executable_test
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

/*
This file pokes at the swift_reflection_projectExistential API
Expand Down
2 changes: 2 additions & 0 deletions validation-test/Reflection/existentials_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

import Foundation

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/functions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// REQUIRES: reflection_test_support
// REQUIRES: executable_test
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

/*
This file pokes at the swift_reflection_infoForInstance() API
Expand Down
2 changes: 2 additions & 0 deletions validation-test/Reflection/functions_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

import SwiftReflectionTest
import Foundation
Expand Down
2 changes: 2 additions & 0 deletions validation-test/Reflection/inherits_NSObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

import Foundation
import simd
Expand Down
2 changes: 2 additions & 0 deletions validation-test/Reflection/inherits_ObjCClasses.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

import simd
import ObjCClasses
Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/inherits_Swift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// REQUIRES: reflection_test_support
// REQUIRES: executable_test
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

import SwiftReflectionTest

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_value.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values10.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values11.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values2.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values5.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values7.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_Enum_values9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// REQUIRES: executable_test
// REQUIRES: objc_interop, OS=macosx
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_NSArray.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_NSNumber.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_NSSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_NSString.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down
1 change: 1 addition & 0 deletions validation-test/Reflection/reflect_multiple_types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// REQUIRES: objc_interop
// REQUIRES: executable_test
// REQUIRES: reflection_test_support
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: asan

Expand Down