Skip to content

Commit 203c03b

Browse files
author
homyakov
committed
Failing tests commented
1 parent 7dc2808 commit 203c03b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test-stacktrace.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
});
217217

218218
test("chrome stack", function() {
219+
// TODO currently failing
219220
var e = {
220221
stack: "TypeError: Object #<Object> has no method 'undef'\n" +
221222
" at Object.createException (stacktrace.js:81:18)\n" +
@@ -401,6 +402,7 @@
401402
module("util");
402403

403404
test("recursion other", function() {
405+
// TODO currently failing, e.g. in Midori 0.3 (AppleWebKit/531.2+ Midori/0.3)
404406
var mode = pst.mode(UnitTest.fn.createGenericError());
405407
expect(mode == 'other' ? 2 : 0);
406408
if (mode == 'other') {
@@ -577,6 +579,7 @@
577579
});
578580

579581
test("guessAnonymousFunctions opera10", function() {
582+
// TODO currently failing in Opera 10.60
580583
var results = [];
581584
var p = new printStackTrace.implementation();
582585
p._mode = 'opera10';

0 commit comments

Comments
 (0)