On Saturday, October 7, 2017 at 4:54:28 PM UTC+2, Colin Alworth wrote: > > Like we do for > com.google.gwt.junit.RunStyleHtmlUnit.HostedJavaScriptEngine so we can hook > in the "plugin". Looks like that idea might be a winner! Just make sure to > swap it in both cases, don't want to kill tests in old dev mode. >
Seems to be working. I still have 2 tests failing in JUnitSuite (GWTTestCaseSetupTearDownTest#testSetUpTearDownTimeout and GWTTestCaseAsyncTest#testLateFinsh_assert), both of them expecting TimeoutException and getting a SerializableThrowable instead. Need to debug this using -Dgwt.htmlunit.debug now (exception thrown from Impl.java:215, i.e. Impl#reportToBrowser, the object is logged as "[object Object]" so I need a debugger to understand what happens) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/fcabaaa5-d15b-4452-9cbd-9f4c0e5ccee2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
