You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hum, the referenced code excludes scala.util.RandomTest, not TryTest.
sjrd
changed the title
Scala 2.13's scala.util.TryTest crashes V8 on WebAssembly
Scala 2.13's scala.util.RandomTest.testShuffle() crashes V8 on WebAssembly
May 29, 2024
Oops, yes, it's RandomTest. At some point I also fought against TryTest and apparently it overcame my short-term memory when I created this issue. Fixed.
Filing this ahead of #4988 being merged, but it will only apply once it is.
See the exclusion of
scala.util.RandomTest
inproject/Build.scala
when enabling WebAssembly.We suspect a V8 bug rather than a bug on our side. No matter how bad the code we generate is, V8 shouldn't get into a SIGSEGV.
The text was updated successfully, but these errors were encountered: