summaryrefslogtreecommitdiff
path: root/test/disabled/run/t7843-jsr223-service.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-311-2/+0
| | | | | | | The problem is that the repl underneath the script engine evaluates input to val res0..resN, so it is a one shot operation. To allow repetition, compile(script) now returns a CompiledScript object whose eval method can be called any number of times.
* SI-7845 Disable test for JSR 233Jason Zaugg2013-09-161-0/+2
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.