Skip to content

Enable prod htmlunit and nometa tests #1071

Enable prod htmlunit and nometa tests

Enable prod htmlunit and nometa tests #1071

GitHub Actions / JUnit Test Report failed Dec 18, 2024 in 0s

32378 tests run, 32377 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 156 in gwt/user/test/com/google/gwt/dev/jjs/Java17Test.gwt.xml

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

Java17Test.testRecordClasses

expected: <true>, actual: <false>
Raw output
junit.framework.AssertionFailedError: expected: <true>, actual: <false>
	at java.lang.Throwable.Throwable(Throwable.java:73)
	at java.lang.Error.Error(Error.java:30)
	at java.lang.AssertionError.AssertionError(AssertionError.java:51)
	at junit.framework.AssertionFailedError.AssertionFailedError(AssertionFailedError.java:27)
	at com.google.gwt.dev.jjs.test.Java17Test.testRecordClasses(Java17Test.java:156)
	at Unknown.anonymous(GWTTestMetadataImpl.java:8)
	at com.google.gwt.junit.client.impl.GWTTestAccessor.$invoke(GWTTestAccessor.java:35)
	at com.google.gwt.junit.client.impl.GWTRunner.$executeTestMethod(GWTRunner.java:226)
	at com.google.gwt.junit.client.GWTTestCase.$doRunTest(GWTTestCase.java:157)
	at com.google.gwt.junit.client.GWTTestCase.$runBare(TestCase.java:59)
	at com.google.gwt.junit.client.GWTTestCase.$__doRunTest(GWTTestCase.java:115)
	at com.google.gwt.junit.client.impl.GWTRunner.$runTest(GWTRunner.java:302)
	at com.google.gwt.junit.client.impl.GWTRunner.$doRunTest(GWTRunner.java:235)
	at com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:183)
	at com.google.gwt.core.client.impl.SchedulerImpl.$flushPostEventPumpCommands(SchedulerImpl.java:347)
	at com.google.gwt.core.client.impl.SchedulerImpl$Flusher.execute(SchedulerImpl.java:78)
	at com.google.gwt.core.client.impl.SchedulerImpl.execute(SchedulerImpl.java:141)
	at com.google.gwt.core.client.impl.Impl.apply(Impl.java:299)
	at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:358)
	at Unknown.anonymous(Impl.java:78)