Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 4 additions & 3 deletions .buildkite/basic/react-native-android-full-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ steps:
- "0.76"
- "0.78"
- "0.80"
- "0.81"
- "0.82"
- "0.83"
reactnavigation:
- "true"
adjustments:
Expand Down Expand Up @@ -187,7 +188,6 @@ steps:
- "0.78"
- "0.80"
- "0.81"

# current latest version (v7.40.1) of react-native-navigation's autolinking tool doesn't support RN 0.73+,
# causing a build failure - see https://github.com/wix/react-native-navigation/issues/7821
# TODO: Investigate and try to re-enable when we add tests for more recent React Native versions
Expand Down Expand Up @@ -235,7 +235,8 @@ steps:
- "0.76"
- "0.78"
- "0.80"
- "0.81"
- "0.82"
- "0.83"
reactnavigation:
- "true"
adjustments:
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/basic/react-native-android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- exit_status: "*"
limit: 1
matrix:
- "0.82"
- "0.84"

#
# End-to-end tests
Expand Down Expand Up @@ -69,5 +69,5 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.82"
- "0.84"

16 changes: 8 additions & 8 deletions .buildkite/basic/react-native-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ steps:
- "bundle install"
- "bundle exec maze-runner features/build-app-tests/build-android-app.feature"
matrix:
- "0.84"
- "0.83"
- "0.82"
- "0.81"
- "0.80"
retry:
automatic:
- exit_status: "*"
Expand All @@ -54,9 +54,9 @@ steps:
- "bundle install"
- "bundle exec maze-runner features/build-app-tests/build-ios-app.feature"
matrix:
- "0.84"
- "0.83"
- "0.82"
- "0.81"
- "0.80"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -92,9 +92,9 @@ steps:
concurrency_group: "browserstack-app"
concurrency_method: eager
matrix:
- "0.84"
- "0.83"
- "0.82"
- "0.81"
- "0.80"
retry:
automatic:
- exit_status: 103 # Appium session failed
Expand Down Expand Up @@ -127,9 +127,9 @@ steps:
concurrency_group: "browserstack-app"
concurrency_method: eager
matrix:
- "0.84"
- "0.83"
- "0.82"
- "0.81"
- "0.80"
retry:
automatic:
- exit_status: 103 # Appium session failed
Expand Down
9 changes: 6 additions & 3 deletions .buildkite/basic/react-native-ios-full-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ steps:
- "0.78"
- "0.80"
- "0.81"

node:
- "22"
adjustments:
Expand Down Expand Up @@ -73,7 +74,8 @@ steps:
- "0.76"
- "0.78"
- "0.80"
- "0.81"
- "0.82"
- "0.83"
reactnavigation:
- "true"
adjustments:
Expand Down Expand Up @@ -184,7 +186,7 @@ steps:
- "0.78"
- "0.80"
- "0.81"

- label: ":bitbar: :mac: RN {{matrix.reactnative}} iOS (New Arch) end-to-end tests"
depends_on: "build-react-native-ios-fixture-new-arch-full"
timeout_in_minutes: 60
Expand Down Expand Up @@ -228,7 +230,8 @@ steps:
- "0.76"
- "0.78"
- "0.80"
- "0.81"
- "0.82"
- "0.83"
reactnavigation:
- "true"
adjustments:
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/basic/react-native-ios-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.82"
- "0.84"
retry:
automatic:
- exit_status: "*"
Expand Down Expand Up @@ -71,5 +71,5 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.82"
- "0.84"

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class NetworkRequestScenario extends Scenario {
this.reflectEndpoint = nativeConfig.endpoints.notify.replace('/notify', '/reflect')
this.statusCode = scenarioData

const plugin = new BugsnagPluginNetworkInstrumentation({
const plugin = BugsnagPluginNetworkInstrumentation({
maxRequestSize: 1024,
maxResponseSize: 1024
})
Expand Down
8 changes: 6 additions & 2 deletions test/react-native/features/native-stack-ios.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Scenario: Handled native promise rejection with native stacktrace

# the native part of the stack comes first
And the error payload field "events.0.exceptions.0.stacktrace.0.frameAddress" is not null
And the error payload field "events.0.exceptions.0.stacktrace.0.machoFile" equals "reactnative"
And the error payload field "events.0.exceptions.0.stacktrace.0.machoFile" equals one of:
| reactnative |
| React |
And the error payload field "events.0.exceptions.0.stacktrace.0.machoLoadAddress" is not null
And the error payload field "events.0.exceptions.0.stacktrace.0.machoUUID" is not null
And the error payload field "events.0.exceptions.0.stacktrace.0.machoVMAddress" is not null
Expand Down Expand Up @@ -56,7 +58,9 @@ Scenario: Unhandled native promise rejection with native stacktrace

# the native part of the stack comes first
And the error payload field "events.0.exceptions.0.stacktrace.0.frameAddress" is not null
And the error payload field "events.0.exceptions.0.stacktrace.0.machoFile" equals "reactnative"
And the error payload field "events.0.exceptions.0.stacktrace.0.machoFile" equals one of:
| reactnative |
| React |
And the error payload field "events.0.exceptions.0.stacktrace.0.machoLoadAddress" is not null
And the error payload field "events.0.exceptions.0.stacktrace.0.machoUUID" is not null
And the error payload field "events.0.exceptions.0.stacktrace.0.machoVMAddress" is not null
Expand Down
Loading