| Summary: | AllAllRefactoringTests#test18 fails in build | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Lars Vogel <Lars.Vogel> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Lars.Vogel, noopur_gupta |
| Version: | 4.14 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows All | ||
| Whiteboard: | |||
|
Description
Lars Vogel
All 4075 tests green running the test suite locally. Noopur, does the test run locally for you on Windows? From the stack trace: at junit.framework.Assert.assertEquals(Assert.java:100) at junit.framework.TestCase.assertEquals(TestCase.java:261) at org.eclipse.jdt.ui.tests.refactoring.RefactoringTest.assertEqualLines(RefactoringTest.java:633) at org.eclipse.jdt.ui.tests.refactoring.RefactoringTest.assertEqualLines(RefactoringTest.java:617) at org.eclipse.jdt.ui.tests.refactoring.ExtractConstantTests.helper1(ExtractConstantTests.java:147) at org.eclipse.jdt.ui.tests.refactoring.ExtractConstantTests.test18(ExtractConstantTests.java:249) So, from the last line, it is the test18 from ExtractConstantTests.java:249. The test runs fine on Windows locally. (In reply to Noopur Gupta from comment #2) > So, from the last line, it is the test18 from ExtractConstantTests.java:249. > > The test runs fine on Windows locally. Thanks, so lets see if this tests become stable again tomorrow. Just a temp hickup, runs fine today https://download.eclipse.org/eclipse/downloads/drops4/I20200124-1800/testResults.php |