Skip to content

Commit

Permalink
update devices and SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Alweheshy committed Dec 27, 2023
1 parent 00e2528 commit 42afdc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions tests/ios/lldb/app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ xcodeproj_lldbinit(
ios_lldb_breakpoint_po_test(
name = "objc_app_variable_test",
application = "ObjcApp",
device = "iPhone 13 Pro",
device = "iPhone 15 Pro",
expected_value = "some",
lldbinit = ":Objc-proj_xc_lldbinit",
sdk = "16.2",
sdk = "17.2",
set_cmd = "breakpoint set --file 'tests/ios/lldb/app/App/main.m' --line 6",
tags = ["manual"],
variable = "x",
Expand All @@ -48,13 +48,13 @@ ios_lldb_breakpoint_command_test(
name = "objc_app_po_test",
application = "ObjcApp",
cmds = ["po x"],
device = "iPhone 13 Pro",
device = "iPhone 15 Pro",
lldbinit = ":Objc-proj_xc_lldbinit",
match_substrs = [
"execute: po x",
"cmd_result: po x some",
],
sdk = "16.2",
sdk = "17.2",
set_cmd = "breakpoint set --file 'tests/ios/lldb/app/App/main.m' --line 6",
tags = ["manual"],
)
16 changes: 8 additions & 8 deletions tests/macos/xcodeproj/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ ios_unit_test(
)

default_ios_test_runner(
name = "iPhone-13-Pro__16.2",
device_type = "iPhone 13 Pro",
os_version = "16.2",
name = "iPhone-15-Pro__17.2",
device_type = "iPhone 15 Pro",
os_version = "17.2",
visibility = ["//visibility:public"],
)

default_ios_test_runner(
name = "iPad-Air-2__16.2",
device_type = "iPad Air 2",
os_version = "16.2",
name = "iPad-Air-5__17.2",
device_type = "iPad Air 5",
os_version = "17.2",
visibility = ["//visibility:public"],
)

Expand All @@ -52,8 +52,8 @@ ios_unit_test(
minimum_os_version = "12.0",
module_name = "Single_Application_RunnableTestSuite",
runners = [
"iPhone-13-Pro__16.2",
"iPad-Air-2__16.2",
"iPhone-15-Pro__17.2",
"iPad-Air-5__17.2",
],
sdk_frameworks = ["XCTest"],
)
Expand Down

0 comments on commit 42afdc4

Please sign in to comment.