cgdecker / vogar

Automatically exported from code.google.com/p/vogar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPE

GoogleCodeExporter opened this issue · comments

i did this before going home last night:

~/local-disk/dd5$ ~dalvik-prebuild/bin/run-harmony-tests 

and this morning was greeted with:

org.apache.harmony.xnet.tests.javax.net.ssl.SSLExceptionTest#testSSLException08 
OK (SUCCESS)
executing adb shell rm -r /sdcard/vogar/runException in thread "main" 
java.lang.NullPointerException
    at vogar.AnnotatedOutcome.getPreviousResultValues(AnnotatedOutcome.java:76)
    at vogar.AnnotatedOutcome.getMostRecentResultValue(AnnotatedOutcome.java:85)
    at vogar.Console.summarizeOutcomes(Console.java:195)
    at vogar.Driver.buildAndRun(Driver.java:207)
    at vogar.Vogar.run(Vogar.java:590)
    at vogar.Vogar.main(Vogar.java:599)

current contents of my .vogarconfig:

~/local-disk/dd5$ cat ~/.vogarconfig 
#--results-dir /home/dalvik-prebuild/vogar-results

Original issue reported on code.google.com by e...@google.com on 14 Sep 2010 at 5:37

Should be fixed by r157.

Original comment by limpbizkit on 15 Sep 2010 at 10:23

Original comment by jessewil...@google.com on 15 Sep 2010 at 10:33

  • Changed state: Fixed