-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
RNTesterIntegrationTests: Fix testTimersTest failure #22695
Labels
Help Wanted
Issues ideal for external contributors.
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
🔩Test Infrastructure
Test infrastructure and continuous integration.
Comments
hramos
added
Platform: iOS
iOS applications.
Help Wanted
Issues ideal for external contributors.
🔩Test Infrastructure
Test infrastructure and continuous integration.
❌CI Test Failure
labels
Dec 18, 2018
This was referenced Dec 19, 2018
facebook-github-bot
pushed a commit
that referenced
this issue
Dec 20, 2018
…g tests (#22720) Summary: The following tests are disabled in this PR: - testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in #22695 - testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in #22697 I've added a comment regarding testWebSocketTest and how to ensure it passes locally. This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent. Pull Request resolved: #22720 Differential Revision: D13532788 Pulled By: hramos fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
grabbou
pushed a commit
that referenced
this issue
Dec 24, 2018
…g tests (#22720) Summary: The following tests are disabled in this PR: - testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in #22695 - testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in #22697 I've added a comment regarding testWebSocketTest and how to ensure it passes locally. This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent. Pull Request resolved: #22720 Differential Revision: D13532788 Pulled By: hramos fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
t-nanava
pushed a commit
to microsoft/react-native-macos
that referenced
this issue
Jun 17, 2019
…g tests (facebook#22720) Summary: The following tests are disabled in this PR: - testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in facebook#22695 - testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in facebook#22697 I've added a comment regarding testWebSocketTest and how to ensure it passes locally. This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent. Pull Request resolved: facebook#22720 Differential Revision: D13532788 Pulled By: hramos fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
rozele
pushed a commit
to microsoft/react-native-windows
that referenced
this issue
Jul 18, 2019
…g tests (#22720) Summary: The following tests are disabled in this PR: - testTimersTest is failing due to undefined this.setTimeout, probably introduced back in 61346d3. Tracking a fix in facebook/react-native#22695 - testTheTester_ExpectError is failing as RCTTestRunner is not properly passing through the error. Tracking a fix in facebook/react-native#22697 I've added a comment regarding testWebSocketTest and how to ensure it passes locally. This PR also fixes all remaining snapshot tests, which were failing due to the use of iPhone XS as a iOS Simulator on Circle CI. We are using iPhone 6s for SST internally, and this allows us to be consistent. Pull Request resolved: facebook/react-native#22720 Differential Revision: D13532788 Pulled By: hramos fbshipit-source-id: 75681236032839bf88180611ee68826b53cc96eb
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Help Wanted
Issues ideal for external contributors.
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
🔩Test Infrastructure
Test infrastructure and continuous integration.
Help Wanted: Fix
TimersTests
test_objc
on Circle CI is red due to a failing integration test, TimersTest:The test is defined in JavaScript at
IntegrationTests/TimersTest.js
, and is invoked by RNTesterIntegrationTests.Steps to reproduce:
yarn
at the repository root.RNTester/RNTester.xcodeproj
on Xcode 10.1.0.The text was updated successfully, but these errors were encountered: