Neat. Looks like you've been making some great progress. JUnit is the most popular Java unit testing library I'm familiar with.
2013/8/19 Dmitry Kabak <[email protected]>: > Hi, > > This week I've done some more debugging. I've started implementing tests, > and found out that most of them hang while shutting down. I've spend a lot > of time trying to trace that strange bug, and finally found a piece of code > in Throwable.<init>, which used some thread data that doesn't exist at > shutdown. This case taught me that I need to have some working debugging > tools for this project :). > > Anyway, now I have some working tests, among them: system i/o stream test, > java threads test, class inheritance tests, java expressions and Math tests. > That's a good thing, to have working tests, and I will continue writing > them. By the way, can anybody suggest me some ready-made java class library > test suite? > > Next week I'm planning to write more tests, to implement exception support > in translated code and to fix java debugging features. > > -- > Regards, > Dmitry Kabak > > -- > You received this message because you are subscribed to the Google Groups > "Plan 9 Google Summer of Code" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/plan9-gsoc. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Plan 9 Google Summer of Code" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/plan9-gsoc. For more options, visit https://groups.google.com/groups/opt_out.
