Skip to content
Snippets Groups Projects
  1. Sep 27, 2011
  2. Sep 26, 2011
  3. Sep 22, 2011
    • David Fugate's avatar
      Think I've come up with a fix for https://bugs.ecmascript.org/show_bug.cgi?id=11 (Date_library.js): · 1b3e9268
      David Fugate authored
      - juneDate and decemberDate were both one month off.  Fixed
      - LocalTZA wasn't actually LocalTZA as defined in ES5.  If we were in DST when
        this was created, LocalTZA was off by one hour.  Fixed
      - GetSundayInMonth was completely busted (i.e., arithmetic operations on the 'count'
        param which happens to be a string).  Fixed(?)
      - DaylightSzavingTA was defined incorrectly.  It assumed the local time zone adjustment
        hadn't been accounted for.  This wasn't how UTC was calling it.  Fixed(?)
      1b3e9268
  4. Sep 21, 2011
  5. Nov 16, 2010
    • David Fugate's avatar
      Did a bit of refactoring on the test262 directory structure and propagated changes from · 35450e9e
      David Fugate authored
      website\* out to test\*:
      - Removed test\harness\ECMA-262-TOC.xml.  The casing on this file was incorrect, but
        more importantly it's a static file not generated by the harness
      - Populated test\harness with the contents of website\resources\scripts\global\.  In
        the future, we need to update test\harness\* and propagate these changes out to
        website\*
      - Test\suite\ietestcenter is now a verbatim copy of the IE Test Center tests that
        WERE under website\resources\scripts\testcases\*
      - Moved all Sputnik tests from website\resources\scripts\testcases\* out to
        test\suite\sputnik_converted
      - Moved website\resources\scripts\testcases\excludelist.xml out to test\config\*.  This
        particular file was only used for the test conversion process to XML, and is not actually
        needed by the website as best as I can tell
      - Website\resources\scripts\testcases now only contains the XMLized test cases.  This is
        the right thing to do as the *.js files here weren't actually being used by the website
        and the general public can now peruse the test cases directly via Mercurial
      35450e9e
  6. Nov 12, 2010
  7. Oct 19, 2010
    • David Fugate's avatar
      This commit includes Microsoft's initial contributions to Test262: · 73966429
      David Fugate authored
      - external\contributions\: test contributions to Test262 from external entities such as Microsoft and Google.
                                 This directory consists of the external tests without any modifications
      - test\harness\:  test harness used to run Test262 tests.  Presently web-based
      - test\suite\:    suite of vendor-neutral ECMAScript test cases conforming to the ES5 spec
      - tools\:         among other things this includes a set of tools used to convert various external test
                        contributions to a format the Test262 test harness can consume
      - website\:       an archived copy of the http://test262.ecmascript.org website
      73966429
Loading