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
Copy file name to clipboardExpand all lines: Jenkinsfile
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,16 @@ def Tasks = [
202
202
'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withOptimizer(false))' \
203
203
++$scala $testSuite$v/test \
204
204
$testSuite$v/clean &&
205
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
206
+
++$scala $testSuite$v/test &&
207
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
208
+
'set scalaJSStage in Global := FullOptStage' \
209
+
++$scala $testSuite$v/test \
210
+
$testSuite$v/clean &&
211
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
212
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withOptimizer(false))' \
213
+
++$scala $testSuite$v/test \
214
+
$testSuite$v/clean &&
205
215
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withAllowBigIntsForLongs(true)))' \
206
216
++$scala $testSuite$v/test \
207
217
$testSuite$v/clean &&
@@ -275,6 +285,22 @@ def Tasks = [
275
285
'set scalaJSLinkerConfig in $testSuite.v$v ~= makeCompliant' \
276
286
'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withOptimizer(false))' \
277
287
++$scala $testSuite$v/test \
288
+
$testSuite$v/clean &&
289
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion)))' \
290
+
'set Seq(jsEnv in $testSuite.v$v := new NodeJSEnvForcePolyfills(ESVersion.$esVersion), MyScalaJSPlugin.wantSourceMaps in $testSuite.v$v := ("$esVersion" != "ES5_1"))' \
291
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
292
+
++$scala $testSuite$v/test &&
293
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion)))' \
294
+
'set Seq(jsEnv in $testSuite.v$v := new NodeJSEnvForcePolyfills(ESVersion.$esVersion), MyScalaJSPlugin.wantSourceMaps in $testSuite.v$v := ("$esVersion" != "ES5_1"))' \
295
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
296
+
'set scalaJSStage in Global := FullOptStage' \
297
+
++$scala $testSuite$v/test \
298
+
$testSuite$v/clean &&
299
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion)))' \
300
+
'set Seq(jsEnv in $testSuite.v$v := new NodeJSEnvForcePolyfills(ESVersion.$esVersion), MyScalaJSPlugin.wantSourceMaps in $testSuite.v$v := ("$esVersion" != "ES5_1"))' \
301
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
302
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withOptimizer(false))' \
303
+
++$scala $testSuite$v/test \
278
304
$testSuite$v/clean
279
305
''',
280
306
@@ -308,6 +334,19 @@ def Tasks = [
308
334
'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withOptimizer(false))' \
309
335
++$scala $testSuite$v/test \
310
336
$testSuite$v/clean &&
337
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion)))' \
338
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
339
+
++$scala $testSuite$v/test &&
340
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion)))' \
341
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
342
+
'set scalaJSStage in Global := FullOptStage' \
343
+
++$scala $testSuite$v/test \
344
+
$testSuite$v/clean &&
345
+
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion)))' \
346
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= { _.withSemantics(_.withStrictFloats(false)) }' \
347
+
'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withOptimizer(false))' \
348
+
++$scala $testSuite$v/test \
349
+
$testSuite$v/clean &&
311
350
sbtretry 'set scalaJSLinkerConfig in $testSuite.v$v ~= (_.withESFeatures(_.withESVersion(ESVersion.$esVersion).withAllowBigIntsForLongs(true)))' \
0 commit comments