-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.🔩Test InfrastructureTest infrastructure and continuous integration.Test infrastructure and continuous integration.

Description
Help Wanted: Fix TimersTests
test_objc
on Circle CI is red due to a failing integration test, TimersTest:
UI Test Activity:
Assertion Failure: RCTTestRunner.m:233: failed: caught "NSInternalInconsistencyException", "RedBox errors: (
"undefined is not an object (evaluating 'this.setTimeout')",
"Unhandled JS Exception: undefined is not an object (evaluating 'this.setTimeout')"
)"
The test is defined in JavaScript at IntegrationTests/TimersTest.js
, and is invoked by RNTesterIntegrationTests.
Steps to reproduce:
- Run
yarn
at the repository root. - Open
RNTester/RNTester.xcodeproj
on Xcode 10.1.0. - Build RNTester.
- Run tests (CMD+U) on an iPhone 6 simulator.
Metadata
Metadata
Assignees
Labels
Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Platform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.🔩Test InfrastructureTest infrastructure and continuous integration.Test infrastructure and continuous integration.
