Chromium unit test suite as source of Wine tests
Hey folks, the chromium project has a very nice unit test suite, and the chromium team pores over it with purify and now, on linux, valgrind to make sure everything is clean. This makes it a rather attractive test case for Wine even if Wine isn't really trying to run Chrome itself. I just filed three bugs for the problems found by chromium's base_unittests.exe, net_unittests.exe, and test_shell_tests.exe ( http://bugs.winehq.org/show_bug.cgi?id=17813 http://bugs.winehq.org/show_bug.cgi?id=17820 http://bugs.winehq.org/show_bug.cgi?id=17810 ), on top of the old bug about running chromium's ui_tests.exe http://bugs.winehq.org/show_bug.cgi?id=16552 I also added a suggestion about this in http://wiki.winehq.org/SummerOfCode It would be cool to see this test suite run daily to look for wine regressions somehow. OK, back to the native linux port of chromium... Cheers, Dan
participants (1)
-
Dan Kegel