mecano1 / vogar

Automatically exported from code.google.com/p/vogar
1 stars 0 forks source link

NPE #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Should be fixed by r157.

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

GoogleCodeExporter commented 9 years ago

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