Skip to content
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

Random failing TextBlockTest #3469

Open
jukzi opened this issue Dec 17, 2024 · 1 comment
Open

Random failing TextBlockTest #3469

jukzi opened this issue Dec 17, 2024 · 1 comment
Labels
test Work on unit tests, no change of productive code

Comments

@jukzi
Copy link
Contributor

jukzi commented Dec 17, 2024

These two tests failed:

org.eclipse.jdt.core.tests.compiler.regression.TextBlockTest.test016b -23
org.eclipse.jdt.core.tests.compiler.regression.TextBlockTest.test023 -23

https://github.com/eclipse-jdt/eclipse.jdt.core/pull/3466/checks?check_run_id=34522421368

for example:

junit.framework.ComparisonFailure: 
Unexpected output running resulting class file for X.java:
--[START]--
---[END]---
.
----------- Expected ------------
<html>\n
    <body>\n
      <p>Hello, world</p>\n
    </body>\n
  </html>
------------ but was ------------

---------------------- ----------
 expected:<[<html>\n
    <body>\n
      <p>Hello, world</p>\n
    </body>\n
  </html>]> but was:<[]>
	at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:265)
	at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:240)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runTest(AbstractRegressionTest.java:3640)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runTest(AbstractRegressionTest.java:3290)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runConformTest(AbstractRegressionTest.java:2083)
	at org.eclipse.jdt.core.tests.compiler.regression.TextBlockTest.runConformTest(TextBlockTest.java:44)
	at org.eclipse.jdt.core.tests.compiler.regression.TextBlockTest.test016b(TextBlockTest.java:1635)
@jukzi jukzi added regression Something was broken by a previous change test Work on unit tests, no change of productive code labels Dec 17, 2024
@jukzi jukzi changed the title TextBlockTest-23 fails CI since 2024-12-17 Random failing TextBlockTest Dec 17, 2024
@jukzi jukzi removed the regression Something was broken by a previous change label Dec 17, 2024
@jukzi
Copy link
Contributor Author

jukzi commented Dec 17, 2024

rebuild CI solved the failure -> random fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Work on unit tests, no change of productive code
Projects
None yet
Development

No branches or pull requests

1 participant