Closed Bug 877048 Opened 12 years ago Closed 12 years ago

Split android mochitest-gl test known failures for panda vs tegra2.

Categories

(Core :: Graphics: CanvasWebGL, defect)

All
Android
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla24

People

(Reporter: jgilbert, Assigned: jgilbert)

References

Details

Attachments

(5 files)

mochitest-gl is running 'fine' on Pandas (Android 4.0 slaves), but has a different set of failed tests on Tegra 2. (Android 2.2 slaves) At minimum, we need to add differentiation between these two configs, with different failed test lists.
Blocks: 874291
There is an unnecessary level of interconnectedness here that we can eliminate by just returning `[VENDOR, RENDERER]` and letting the code act on those directly.
Assignee: nobody → jgilbert
Attachment #755173 - Flags: review?(bjacob)
Use interchangeable parts instead of a list of mutually exclusive bools.
Attachment #755174 - Flags: review?(bjacob)
Just add the tests which are failing. 'General' android failed tests (really Panda) include a bunch of the skipped tests too. Really we should either skip or mark failing, and not allow a test to be in both groups, but we can do that later.
Attachment #755175 - Flags: review?(bjacob)
The whole file should use only one of single or double quotes, but that's beyond the scope of this bug.
Attachment #755176 - Flags: review?(bjacob)
If a couple of these patches, we also add debug lines with `info()` which help assure that we really are testing what we think we're testing. Total new log spew is ~10+<failing tests>+<skipped tests> lines, or about 80 on the worst platform. (Android 4.0)
Attachment #755173 - Flags: review?(bjacob) → review+
Attachment #755174 - Flags: review?(bjacob) → review+
Attachment #755175 - Flags: review?(bjacob) → review+
Attachment #755176 - Flags: review?(bjacob) → review+
Comment on attachment 755177 [details] [diff] [review] patch 5: Add support for comments and whitespace trimming to failing/skipped test files. Review of attachment 755177 [details] [diff] [review]: ----------------------------------------------------------------- ::: content/canvas/test/webgl/test_webgl_conformance_test_suite.html @@ +554,5 @@ > + // Remove comments and trim whitespace. > + var retLines = []; > + for (var i = 0; i < lines.length; i++) { > + var line = lines[i]; > + line = line.split('#', 1)[0].trim(); ooooh neat.
Attachment #755177 - Flags: review?(bjacob) → review+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: