Closed
Bug 981936
Opened 12 years ago
Closed 12 years ago
Split content/canvas/test/webgl into webgl-mochi and webgl-conformance
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(2 files, 1 obsolete file)
|
185.08 KB,
patch
|
u480271
:
review+
bjacob
:
feedback+
|
Details | Diff | Splinter Review |
|
24.54 KB,
patch
|
u480271
:
review+
|
Details | Diff | Splinter Review |
Currently, we have a content/canvas/test/webgl/non-conf-tests folder. This is weird, so we should do the right thing.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8388904 -
Flags: review?(dglastonbury)
Attachment #8388904 -
Flags: feedback?(bjacob)
| Assignee | ||
Comment 2•12 years ago
|
||
Fix the hardcoded paths and make them easier to fix.
Attachment #8388906 -
Flags: review?(dglastonbury)
Comment on attachment 8388904 [details] [diff] [review]
patch 1: Move All The Things
Review of attachment 8388904 [details] [diff] [review]:
-----------------------------------------------------------------
Does webgl-mochi need a 00_test_list.txt file?
Comment on attachment 8388906 [details] [diff] [review]
patch 2: Repair hardcoded paths
Review of attachment 8388906 [details] [diff] [review]:
-----------------------------------------------------------------
To the best of my ability, I think these changes are valid, I would like feedback from bjacob (who's on PTO :-( )
Attachment #8388906 -
Flags: review?(dglastonbury)
Attachment #8388906 -
Flags: review+
Attachment #8388906 -
Flags: feedback?(bjacob)
| Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Dan Glastonbury :djg :kamidphish from comment #3)
> Comment on attachment 8388904 [details] [diff] [review]
> patch 1: Move All The Things
>
> Review of attachment 8388904 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Does webgl-mochi need a 00_test_list.txt file?
No, those are used by the conformance suite only.
Comment on attachment 8388904 [details] [diff] [review]
patch 1: Move All The Things
Review of attachment 8388904 [details] [diff] [review]:
-----------------------------------------------------------------
r+ conditional on answering: Does webgl-mochi need a 00_test_list.txt file?
Attachment #8388904 -
Flags: review?(dglastonbury) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Dan Glastonbury :djg :kamidphish from comment #6)
> Comment on attachment 8388904 [details] [diff] [review]
> patch 1: Move All The Things
>
> Review of attachment 8388904 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> r+ conditional on answering: Does webgl-mochi need a 00_test_list.txt file?
Nope. Those are files internal to the test population code in the conformance suite.
| Assignee | ||
Comment 8•12 years ago
|
||
Clean Try run:
https://tbpl.mozilla.org/?tree=Try&rev=6d7cd88767a4
| Assignee | ||
Comment 9•12 years ago
|
||
I'll post the 2nd patch which fixes some hardcoded paths tomorrow, when bugzilla's not so spacey.
| Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(jgilbert)
| Assignee | ||
Comment 10•12 years ago
|
||
Attachment #8388906 -
Attachment is obsolete: true
Attachment #8388906 -
Flags: feedback?(bjacob)
Attachment #8390162 -
Flags: review?(dglastonbury)
Flags: needinfo?(jgilbert)
Attachment #8390162 -
Flags: review?(dglastonbury) → review+
Comment 11•12 years ago
|
||
Comment on attachment 8388904 [details] [diff] [review]
patch 1: Move All The Things
Review of attachment 8388904 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/canvas/test/moz.build
@@ +5,5 @@
> # file, You can obtain one at http://mozilla.org/MPL/2.0/.
>
> +DIRS += [
> + 'webgl-conformance',
> + 'webgl-mochi',
Call it 'webgl-mochitest', don't abbreviate it, for consistency and e.g. easier grepping.
Attachment #8388904 -
Flags: feedback?(bjacob) → feedback+
| Assignee | ||
Comment 12•12 years ago
|
||
| Assignee | ||
Comment 13•12 years ago
|
||
Aand bustage fix from some of the nits:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0d6987eee490
Comment 14•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ffe8bcfac12e
https://hg.mozilla.org/mozilla-central/rev/14f78cd007ac
https://hg.mozilla.org/mozilla-central/rev/0d6987eee490
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•