File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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" +
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' ) {
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' ;
You can’t perform that action at this time.
0 commit comments