File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
sbt-dotty/sbt-test/scalajs/basic/project Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1029,7 +1029,7 @@ object Build {
10291029 ++ (dir / " shared/src/test/require-jdk7" ** " *.scala" ).get
10301030
10311031 ++ (dir / " js/src/test/scala" ** ((" *.scala" : FileFilter )
1032- -- " ExportsTest.scala" // JS exports + do not compile because of a var in a structural type
1032+ -- " ExportsTest.scala" // JS exports + IR checking error
10331033 -- " ObjectTest.scala" // compile errors caused by #9588
10341034 -- " StackTraceTest.scala" // would require `npm install source-map-support`
10351035 -- " UnionTypeTest.scala" // requires the Scala 2 macro defined in Typechecking*.scala
@@ -1045,12 +1045,8 @@ object Build {
10451045 // Putting them here instead of above makes sure that we do not regress on compilation+linking.
10461046 Test / testOptions += Tests .Filter { name =>
10471047 ! Set [String ](
1048- " org.scalajs.testsuite.compiler.InteroperabilityTest" , // 3 tests require JS exports, all other tests pass
1049-
10501048 " org.scalajs.testsuite.jsinterop.AsyncTest" , // needs JS exports in PromiseMock.scala
1051- " org.scalajs.testsuite.jsinterop.DynamicTest" , // one test requires JS exports, all other tests pass
10521049 " org.scalajs.testsuite.jsinterop.JSExportStaticTest" , // JS exports
1053- " org.scalajs.testsuite.jsinterop.NonNativeJSTypeTest" , // 1 test fails because of a progression for value class fields (needs an update upstream)
10541050
10551051 // Not investigated so far
10561052 " org.scalajs.testsuite.junit.JUnitAbstractClassTestCheck" ,
Original file line number Diff line number Diff line change 22//
33// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44
5- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.2 .0" )
5+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.3 .0" )
66
77addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.6" )
88
Original file line number Diff line number Diff line change 11addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % sys.props(" plugin.version" ))
2- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.2 .0" )
2+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.3 .0" )
You can’t perform that action at this time.
0 commit comments