Closed
Bug 716141
Opened 14 years ago
Closed 3 years ago
[SeaMonkey, OSX] mochitests-4: "test_bug496275.html | test 9b: Wrong anchor offset. - got 3, expected 0" and 5 other
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sgautherie, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: regression, Whiteboard: [perma-orange])
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1325853198.1325854121.21349.gz
OS X 10.5 comm-central-trunk debug test mochitests-4/5 on 2012/01/06 04:33:18
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1325879446.1325880366.26332.gz
OS X 10.6 comm-central-trunk debug test mochitests-4/5 on 2012/01/06 11:50:46
{
2695 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_bug496275.html | test 9b: Wrong anchor offset. - got 3, expected 0
2697 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_bug496275.html | test 9b: Wrong focus offset. - got 3, expected 0
2699 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_bug496275.html | test 9c: Wrong anchor offset. - got 3, expected 0
2707 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_bug496275.html | test 10b: Wrong anchor offset. - got 3, expected 0
2709 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_bug496275.html | test 10b: Wrong focus offset. - got 3, expected 0
2711 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/generic/test/test_bug496275.html | test 10c: Wrong anchor offset. - got 3, expected 0
}
Linux: can't tell atm, due to other failure.
Windows: not affected.
***
http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Aurora&maxdate=1324470080&hours=24
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Aurora/1324438095.1324439613.2112.gz
OS X 10.5 comm-aurora debug test mochitests-4/5 on 2011/12/20 19:28:15
rev:46cc23c3ac7d
moz:0d8490e27457
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Aurora/1324455519.1324458079.7501.gz
OS X 10.6 comm-aurora debug test mochitests-4/5 on 2011/12/21 00:18:39
rev:7d00efca8e97
moz:0d8490e27457
(SeaMonkey 2.7a2) Pass.
http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Aurora&maxdate=1324556480&hours=24
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Aurora/1324515024.1324516342.1518.gz
OS X 10.5 comm-aurora debug test mochitests-4/5 on 2011/12/21 16:50:24
rev:d7bb41c06aa1
moz:da3138dae996
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Aurora/1324536270.1324537160.18098.gz
OS X 10.6 comm-aurora debug test mochitests-4/5 on 2011/12/21 22:44:30
rev:ae083d2568ed
moz:7c408ff60a8e
(SeaMonkey 2.8a2) Fail.
Regression timeframe:
http://hg.mozilla.org/releases/comm-aurora/pushloghtml?fromchange=7d00efca8e97&tochange=d7bb41c06aa1
http://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?fromchange=0d8490e27457&tochange=da3138dae996
MANY MANY changesets: *_BASE_20111220 !
***
Test code is:
{
187 // Put the cursor at the left edge of the first line so that when we go up
188 // and down, where we end up doesn't depend on how the characters line up.
189 sel.collapse($("l1"), 0);
190 sel.modify("move", "left", "lineboundary");
191 isAt("l1", 3, "l1", 3, "test 9a");
192 sel.modify("move", "forward", "Line");
193 isAt("l2", 0, "l2", 0, "test 9b");
194 sel.modify("extend", "backward", "Line");
195 // Apparently going up from the beginning of the line takes us to offset 3 in
196 // the line above. This is a little weird, but it's consistent with how the
197 // keyboard works.
198 isAt("l2", 0, "l1", 3, "test 9c");
199
200 // Same test as above, now with absolute directions.
201 sel.collapse($("l1"), 0);
202 sel.modify("move", "left", "lineboundary");
203 isAt("l1", 3, "l1", 3, "test 10a");
204 sel.modify("move", "right", "line");
205 isAt("l2", 0, "l2", 0, "test 10b");
206 sel.modify("extend", "left", "line");
207 isAt("l2", 0, "l1", 3, "test 10c");
}
Notice comment at line 195...
| Reporter | ||
Comment 1•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1323284362.1323285835.22684.gz
OS X 10.5 comm-central-trunk debug test mochitests-4/5 on 2011/12/07 10:59:22
rev:778c81627f48
moz:489f2d51b011
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1323272620.1323273472.27358.gz&fulltext=1
OS X 10.6 comm-central-trunk debug test mochitests-4/5 on 2011/12/07 07:43:40
rev:778c81627f48
moz:658fad825c36
(SeaMonkey 2.8a1) Already failing.
(Somewhat reduced: new 'tochange' are "in the middle" of the 2 big pushes)
Regression timeframe:
http://hg.mozilla.org/releases/comm-aurora/pushloghtml?fromchange=7d00efca8e97&tochange=d7bb41c06aa1
http://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?fromchange=0d8490e27457&tochange=658fad825c36
Still MANY MANY changesets :-<
| Reporter | ||
Updated•14 years ago
|
Depends on: OrangeFactorCommApps
| Reporter | ||
Comment 2•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Beta/1329966089.1329968490.29674.gz
OS X 10.6 comm-beta debug test mochitests-4/5 on 2012/02/22 19:01:29
This is the last failure (on Aurora 11).
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #2)
> This is the last failure (on Aurora 11).
Arf, Beta 11 !
Comment 4•14 years ago
|
||
The test fails for me, but it passes if I just run the test on its own in its own window...
| Assignee | ||
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Comment 5•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Comment 6•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•