summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-09-16 09:50:30 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-09-16 09:52:35 +0200
commit68b57fdc84d0d97c0965199c7e283d52f1234a6d (patch)
tree44b5d95185e7e96d1163dfe952cca1c97d5a125b
parent6a81025ab2f9a798c8b12eea8f8e7e4e83d3b6e4 (diff)
downloadscala-68b57fdc84d0d97c0965199c7e283d52f1234a6d.tar.gz
scala-68b57fdc84d0d97c0965199c7e283d52f1234a6d.tar.bz2
scala-68b57fdc84d0d97c0965199c7e283d52f1234a6d.zip
SI-7845 Disable test for JSR 233
For Paul, it steals focus when it runs. For me, it fails with some platform specific extra output: -ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngineFactory could not be instantiated: java.lang.UnsatisfiedLinkError: no AppleScriptEngine in java.library.path n: Object = 10 12345678910 So off to the holding pen for now.
-rw-r--r--test/disabled/run/t7843-jsr223-service.check (renamed from test/files/run/t7843-jsr223-service.check)0
-rw-r--r--test/disabled/run/t7843-jsr223-service.scala (renamed from test/files/run/t7843-jsr223-service.scala)8
2 files changed, 8 insertions, 0 deletions
diff --git a/test/files/run/t7843-jsr223-service.check b/test/disabled/run/t7843-jsr223-service.check
index a668df3567..a668df3567 100644
--- a/test/files/run/t7843-jsr223-service.check
+++ b/test/disabled/run/t7843-jsr223-service.check
diff --git a/test/files/run/t7843-jsr223-service.scala b/test/disabled/run/t7843-jsr223-service.scala
index 0e3a9e572c..e2ea850698 100644
--- a/test/files/run/t7843-jsr223-service.scala
+++ b/test/disabled/run/t7843-jsr223-service.scala
@@ -1,4 +1,12 @@
+/*DISABLED:
+ For Paul, it steals focus when it runs.
+ For me, it fails with some platform specific extra output:
+
+ -ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider apple.applescript.AppleScriptEngin
+ n: Object = 10
+ 12345678910
+*/
import javax.script._
import scala.tools.nsc.interpreter.IMain