nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

js-test-driver doesn't work on FF6 #265

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run a simple test with a fail() assertion on FF6
2. notice that the error message isn't shown in the GUI

This is a genuine FF6 bug, and I've raised an issue for this here:

  https://bugzilla.mozilla.org/show_bug.cgi?id=681896

I'm also attaching a simple test case which also shows how this bug can be 
worked around from outside of js-test-driver.

Original issue reported on code.google.com by dominic....@gmail.com on 25 Aug 2011 at 9:19

Attachments:

GoogleCodeExporter commented 8 years ago
search term: firefox 6

Original comment by dominic....@gmail.com on 8 Sep 2011 at 4:14

GoogleCodeExporter commented 8 years ago
So, looks like this non enumerability of the Error prototype is *not* a bug and 
is also being done in other browser (apparently Chrome 15 does this too). So we 
could really do with getting this fixed before Chrome 15 goes stable.

Original comment by dominic....@gmail.com on 8 Sep 2011 at 4:19

GoogleCodeExporter commented 8 years ago

Original comment by corbinrs...@gmail.com on 8 Sep 2011 at 4:46

GoogleCodeExporter commented 8 years ago

Original comment by corbinrs...@gmail.com on 29 Sep 2011 at 3:11