Created
April 29, 2014 22:51
-
-
Save marjinal1st/b9784a1fc67dcdd5a6db to your computer and use it in GitHub Desktop.
scala-pascal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======== LOG OF FAILED TESTS ======== | |
Your solution achieved a testing score of 180 out of 190. | |
Below you can see a short feedback for every test that failed, indicating the reason | |
for the test failure and how many points you lost for each individual test. | |
[Test Description] pascal: base cases | |
[Observed Error] java.lang.ArithmeticException: / by zero | |
[exception was thrown] detailed error message in debug output section below | |
[Lost Points] 10 | |
======== DEBUG OUTPUT OF TESTING TOOL ======== | |
[test failure log] test name: pascal: base cases | |
java.util.concurrent.ExecutionException: java.lang.ArithmeticException: / by zero | |
java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:262) | |
java.util.concurrent.FutureTask.get(FutureTask.java:119) | |
grading.GradingSuite$class.timeoutTask(GradingSuite.scala:44) | |
recfun.PascalSuite.timeoutTask(PascalSuite.scala:10) | |
grading.GradingSuite$class.runWithoutPrivileges(GradingSuite.scala:90) | |
recfun.PascalSuite.runWithoutPrivileges(PascalSuite.scala:10) | |
grading.GradingSuite$$anonfun$test$1.apply$mcV$sp(GradingSuite.scala:100) | |
grading.GradingSuite$$anonfun$test$1.apply(GradingSuite.scala:100) | |
grading.GradingSuite$$anonfun$test$1.apply(GradingSuite.scala:100) | |
org.scalatest.FunSuite$$anon$1.apply(FunSuite.scala:1265) | |
org.scalatest.Suite$class.withFixture(Suite.scala:1974) | |
recfun.PascalSuite.withFixture(PascalSuite.scala:10) | |
org.scalatest.FunSuite$class.invokeWithFixture$1(FunSuite.scala:1262) | |
org.scalatest.FunSuite$$anonfun$runTest$1.apply(FunSuite.scala:1271) | |
org.scalatest.FunSuite$$anonfun$runTest$1.apply(FunSuite.scala:1271) | |
org.scalatest.SuperEngine.runTestImpl(Engine.scala:198) | |
org.scalatest.FunSuite$class.runTest(FunSuite.scala:1271) | |
recfun.PascalSuite.runTest(PascalSuite.scala:10) | |
org.scalatest.FunSuite$$anonfun$runTests$1.apply(FunSuite.scala:1304) | |
org.scalatest.FunSuite$$anonfun$runTests$1.apply(FunSuite.scala:1304) | |
org.scalatest.SuperEngine$$anonfun$org$scalatest$SuperEngine$$runTestsInBranch$1.apply(Engine.scala:260) | |
org.scalatest.SuperEngine$$anonfun$org$scalatest$SuperEngine$$runTestsInBranch$1.apply(Engine.scala:249) | |
scala.collection.immutable.List.foreach(List.scala:318) | |
org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:249) | |
org.scalatest.SuperEngine.runTestsImpl(Engine.scala:326) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment