Closed
Bug 574051
Opened 15 years ago
Closed 15 years ago
permanent orange test on 64-bit win7: 15875 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier.xul | cycleHeader column sortDirection - "descending" should equal ""
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b2
People
(Reporter: bhearsum, Assigned: m_kato)
References
Details
Attachments
(1 file, 1 obsolete file)
919 bytes,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → m_kato
Assignee | ||
Updated•15 years ago
|
OS: Mac OS X → Windows 7
Hardware: x86 → x86_64
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #457216 -
Flags: review?(enndeakin)
Comment 2•15 years ago
|
||
Comment on attachment 457216 [details] [diff] [review]
patch
>- if (navigator.platform == "Win32") {
>+ if (navigator.platform == "Win32" || navigator.platform == "Win64") {
Good catch, but could you change this to:
navigator.platform.indexOf("Win") == 0)
as this is what other tests do.
Also, I notice a couple of other tests in the tree have this issue as well. For example test_bug348236.html
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Comment on attachment 457216 [details] [diff] [review]
> patch
>
> >- if (navigator.platform == "Win32") {
> >+ if (navigator.platform == "Win32" || navigator.platform == "Win64") {
>
> Good catch, but could you change this to:
> navigator.platform.indexOf("Win") == 0)
>
> as this is what other tests do.
>
> Also, I notice a couple of other tests in the tree have this issue as well. For
> example test_bug348236.html
I filed a bug as bug 578588.
Assignee | ||
Comment 4•15 years ago
|
||
Attachment #457216 -
Attachment is obsolete: true
Attachment #457240 -
Flags: review?(enndeakin)
Attachment #457216 -
Flags: review?(enndeakin)
Updated•15 years ago
|
Attachment #457240 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b2
You need to log in
before you can comment on or make changes to this bug.
Description
•