« Bugzilla Issues Index
#180 — Need more thorough coverage for 'this===undefined' in various strict mode scenarios
  
  
  - bug_id:
    180
  
 
  
  
  - creation_ts:
    2011-07-29 13:43:00 -0700
  
 
  
  
  - short_desc:
    Need more thorough coverage for 'this===undefined' in various strict mode scenarios
  
 
  
  
  - delta_ts:
    2012-02-29 09:08:52 -0800
  
 
  
  
  - product:
    Test262
  
 
  
  
  - component:
    ECMA-262 Tests
  
 
  
  
  - version:
    unspecified
  
 
  
  
  - rep_platform:
    All
  
 
  
  
  - op_sys:
    All
  
 
  
  
  - bug_status:
    RESOLVED
  
 
  
  
  - resolution:
    FIXED
  
 
  
  
  - priority:
    Normal
  
 
  
  
  - bug_severity:
    normal
  
 
  
  
  - everconfirmed:
    true
  
 
  
  
  - reporter:
    Dave Fugate
  
 
  
  
  - assigned_to:
    Dave Fugate
  
 
  
  
  
  
  - commentid:
    402
  
 
  
  
  - comment_count:
    0
  
 
  
  
  - who:
    Dave Fugate
  
 
  
  
  - bug_when:
    2011-07-29 13:43:42 -0700
  
 
  
  
Current checks on 'this===undefined' in test262 strict mode tests seems to mostly revolve around either Function.prototype.call(undefined)/Function.prototype.apply calls or strict mode at the global level.  We also need to make sure scenarios such as:
   (function (){"use strict"; return this===undefined;}();
are adequately covered.  Specifically, we should look into mutating cases found under 10.4.3 and 11.1.1.
  
  
  - commentid:
    543
  
 
  
  
  - comment_count:
    1
  
 
  
  
  - who:
    Dave Fugate
  
 
  
  
  - bug_when:
    2012-01-05 14:30:07 -0800
  
 
  
  
I've created tests which we'll contribute to test262 with the next contribution from Microsoft.
  
  
  - commentid:
    711
  
 
  
  
  - comment_count:
    2
  
 
  
  
  - who:
    Dave Fugate
  
 
  
  
  - bug_when:
    2012-02-29 09:08:52 -0800
  
 
  
  
Tests are now live on test262.ecmascript.org.