Closed
Bug 1027116
Opened 11 years ago
Closed 11 years ago
[reftest-analyzer] reftest-analyzer is not able to parse TEST-UNEXPECTED-PASS log correctly
Categories
(Testing :: Reftest, defect)
Testing
Reftest
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1016251
People
(Reporter: u459114, Unassigned)
Details
While fixing bug 100722, I noticed reftest-analyzer has problem on parsing fails-if failure log.
https://tbpl.mozilla.org/?tree=Try&rev=fe63872d22ce
Check Orange in R10
REFTEST TEST-UNEXPECTED-PASS | http://10.0.2.2:8888/tests/layout/reftests/mathml/menclose-2-circle.html | image comparison (==)
06-18 12:24:36.946 693 693 I Gecko : REFTEST TEST-UNEXPECTED-PASS | http://10.0.2.2:8888/tests/layout/reftests/mathml/menclose-2-circle.html | image comparison (==)
Return code: 1
This test case is supposed to be failed, but succeeded.
1. open reftest analyzer.
2. reftest analyzer display two identical html in the list, which is not correct
3. Click on the second one, only half circle render in canvas, which is wrong either.
The simplest way to fix this bug is discard TEST-UNEXPECTED-PASS test item.
Comment 1•11 years ago
|
||
(In reply to C.J. Ku[:cjku] from comment #0)
> 2. reftest analyzer display two identical html in the list, which is not
> correct
> 3. Click on the second one, only half circle render in canvas, which is
> wrong either.
This is bug 1016251 comment 7, which will be fixed by whichever of bug 1016371 and bug 1027574 lands first :-)
Status: NEW → RESOLVED
Closed: 11 years ago
Component: Graphics → Reftest
Product: Core → Testing
Resolution: --- → DUPLICATE
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•