Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Various run-time errors and JS exceptions (JS exceptions not caught?) #75

Closed
@sjrd

Description

@sjrd

scala-wasm/build.sbt

Lines 237 to 244 in 038d769

// Various run-time errors and JS exceptions
"org.scalajs.testsuite.compiler.InteroperabilityTest",
"org.scalajs.testsuite.compiler.RegressionJSTest",
"org.scalajs.testsuite.jsinterop.FunctionTest",
"org.scalajs.testsuite.jsinterop.MiscInteropTest",
"org.scalajs.testsuite.jsinterop.NonNativeJSTypeTest",
"org.scalajs.testsuite.jsinterop.SpecialTest",
"org.scalajs.testsuite.jsinterop.SymbolTest",

If these are indeed caused by JS exceptions not being caught, this issue is probably blocked by WebAssembly/exception-handling#269 (on the spec side) / https://issues.chromium.org/issues/333067164 (on the V8 side).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions