Closed Bug 574051 Opened 14 years ago Closed 14 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)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla2.0b2

People

(Reporter: bhearsum, Assigned: m_kato)

References

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Assignee: nobody → m_kato
OS: Mac OS X → Windows 7
Hardware: x86 → x86_64
Attached patch patch (obsolete) — Splinter Review
Attachment #457216 - Flags: review?(enndeakin)
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
(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.
Attached patch patch v2Splinter Review
Attachment #457216 - Attachment is obsolete: true
Attachment #457240 - Flags: review?(enndeakin)
Attachment #457216 - Flags: review?(enndeakin)
Attachment #457240 - Flags: review?(enndeakin) → review+
http://hg.mozilla.org/mozilla-central/rev/96de199027d7
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b2
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: