Monday, February 05, 2007
91%+ of tests passing...
I found a problem in the test harness code (
Ran 7080 checks in 110 tests from 14 suites.
21.428572% (3 / 14) suites executed correctly.
64.545456% (71 / 110) tests executed correctly.
91.77966% (6498 / 7080) checks executed correctly.
The main culprits accounting for the failing tests are (approx values):
The other 15 or so fails are spread over various tests. Obviously I'm going to focus my attention on the 'big 4' mentioned above. I think when I get to 95% passing I will probably move on to focus on porting a back end properly. That leaves around 230 defects that need resolving before I can move on.
expected-column-named-width
wasn't returning a value!) which has improved the test results a little. The results are now:Ran 7080 checks in 110 tests from 14 suites.
21.428572% (3 / 14) suites executed correctly.
64.545456% (71 / 110) tests executed correctly.
91.77966% (6498 / 7080) checks executed correctly.
The main culprits accounting for the failing tests are (approx values):
- LTRB tests -- 60 fails
- Layout tests -- 130 fails
- Gadget tests -- 100 fails
- Scrolling tests -- 275 fails
The other 15 or so fails are spread over various tests. Obviously I'm going to focus my attention on the 'big 4' mentioned above. I think when I get to 95% passing I will probably move on to focus on porting a back end properly. That leaves around 230 defects that need resolving before I can move on.