[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of var _14. (http://localhost:???/???/sc/modules/ISC_Core.js#17824)
[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of const _6. (http://localhost:???/???/sc/modules/...tainers.js#262)
[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of const _7. (http://localhost:???/???/sc/modules/...nding.js#15112)
[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of const _9. (http://localhost:???/???/sc/modules/ISC_Calendar.js#294)
We are getting these errors while running GWT Unit Tests on v14.1p_2026-02-20
There is clearly something wrong with the JavaScript content.
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of var _14. (http://localhost:???/???/sc/modules/ISC_Core.js#17824)
[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of const _6. (http://localhost:???/???/sc/modules/...tainers.js#262)
[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of const _7. (http://localhost:???/???/sc/modules/...nding.js#15112)
[htmlUnit client thread] INFO com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine - Caught script exception
com.gargoylesoftware.htmlunit.ScriptException: TypeError: redeclaration of const _9. (http://localhost:???/???/sc/modules/ISC_Calendar.js#294)
We are getting these errors while running GWT Unit Tests on v14.1p_2026-02-20
There is clearly something wrong with the JavaScript content.
Comment