OLD | NEW |
1 CONSOLE: unittest-suite-wait-for-done | 1 unittest-suite-wait-for-done |
2 CONSOLE: TestRenderView enabled | 2 TestRenderView enabled |
3 CONSOLE: | 3 |
4 PAINT FOR FRAME #1 ---------------------------------------------- | 4 PAINT FOR FRAME #1 ---------------------------------------------- |
5 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 | 5 1 | TestPaintingCanvas() constructor: 800.0 x 600.0 |
6 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) | 6 1 | paintChild RenderDecoratedBox at Point(0.0, 0.0) |
7 1 | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 7 1 | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
8 1 | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0xff000
000))) | 8 1 | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 600.0), Paint(color:Color(0xff000
000))) |
9 1 | | paintChild RenderFlex at Point(0.0, 0.0) | 9 1 | | paintChild RenderFlex at Point(0.0, 0.0) |
10 1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 10 1 | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
11 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0) | 11 1 | | | paintChild RenderSolidColor at Point(0.0, 0.0) |
12 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 12 1 | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
13 1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 120.0), Paint(color:Color(0
xffffff00))) | 13 1 | | | | drawRect(Rect.fromLTRB(0.0, 0.0, 800.0, 120.0), Paint(color:Color(0
xffffff00))) |
(...skipping 10 matching lines...) Expand all Loading... |
24 1 | | | | drawRect(Rect.fromLTRB(0.0, 240.0, 800.0, 600.0), Paint(color:Color
(0xff333333))) | 24 1 | | | | drawRect(Rect.fromLTRB(0.0, 240.0, 800.0, 600.0), Paint(color:Color
(0xff333333))) |
25 1 | | | | paintChild RenderFlex at Point(0.0, 240.0) | 25 1 | | | | paintChild RenderFlex at Point(0.0, 240.0) |
26 1 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 26 1 | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
27 1 | | | | | paintChild RenderSolidColor at Point(0.0, 240.0) | 27 1 | | | | | paintChild RenderSolidColor at Point(0.0, 240.0) |
28 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 28 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
29 1 | | | | | | drawRect(Rect.fromLTRB(0.0, 240.0, 266.6666564941406, 600.0),
Paint(color:Color(0x77ff00ff))) | 29 1 | | | | | | drawRect(Rect.fromLTRB(0.0, 240.0, 266.6666564941406, 600.0),
Paint(color:Color(0x77ff00ff))) |
30 1 | | | | | paintChild RenderSolidColor at Point(266.6666666666667, 240.0) | 30 1 | | | | | paintChild RenderSolidColor at Point(266.6666666666667, 240.0) |
31 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 | 31 1 | | | | | | TestPaintingCanvas() constructor: 800.0 x 600.0 |
32 1 | | | | | | drawRect(Rect.fromLTRB(266.6666564941406, 240.0, 800.0, 600.0
), Paint(color:Color(0xff0000ff))) | 32 1 | | | | | | drawRect(Rect.fromLTRB(266.6666564941406, 240.0, 800.0, 600.0
), Paint(color:Color(0xff0000ff))) |
33 ------------------------------------------------------------------------ | 33 ------------------------------------------------------------------------ |
34 CONSOLE: PASS: should flex | 34 PASS: should flex |
35 CONSOLE: | 35 |
36 CONSOLE: All 1 tests passed. | 36 All 1 tests passed. |
37 CONSOLE: unittest-suite-success | 37 unittest-suite-success |
38 DONE | 38 DONE |
OLD | NEW |