Closed
Bug 1054376
Opened 10 years ago
Closed 10 years ago
"skip-if(B2G)" doesn't seem to work, when specified before "fails asserts(N)"
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dholbert, Unassigned)
References
Details
Working on getting bug 1030993 (ruby reflow implementation) landed.
In looking into a B2G reftest timeout, I discovered that we seem to ignore "skip-if(B2G)", when it's combined with other annotations.
Details to follow.
Reporter | ||
Comment 1•10 years ago
|
||
This turned out to be just because "fails" came later in the annotation-list, which conflicts with (& overrides) the "skip-if" annotation.
Based on [1] it sounds like this is known/expected, so I'm resolving this as INVALID.
[1] http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/README.txt?rev=a53ff44f6546#313
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Summary: "skip-if(B2G)" doesn't seem to work, when combined with "fails asserts(N)" → "skip-if(B2G)" doesn't seem to work, when specified before "fails asserts(N)"
Reporter | ||
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•