Skip to content
Snippets Groups Projects
  1. Feb 11, 2011
    • David Fugate's avatar
      Sputnik tests were previously modified to ensure global objects with common names (e.g., 'obj') · d3d9d28c
      David Fugate authored
      were actually unique across the test cases.  This *was* needed prior to November as we weren't
      running each test case in it's own private global environment.  The situation now is that
      we're running each test within it's own iframe => the modifications are no longer needed.
      
      Few small improvements to SputnikConverter:
      - App.config file locations have been fixed
      - template files get pushed alongside generated tool binaries
      - the root path for Sputnik conformance files is "Conformance", not "tests"
      - allow the main exe to throw exceptions so they can be properly debugged with VS
      d3d9d28c
    • David Fugate's avatar
      Disabled 7 more invalid test cases. · bd20fef7
      David Fugate authored
      bd20fef7
  2. Feb 10, 2011
  3. Feb 08, 2011
  4. Feb 04, 2011
    • David Fugate's avatar
      test\harness\helper.js: extended the 'finished' method to accept as input the... · e4d4a7a8
      David Fugate authored
      test\harness\helper.js:  extended the 'finished' method to accept as input the total elapsed execution time
                               of the tests.  Emit this to the activity bar
      
      
      test\harness\sta.js:  too many years of Python had me thinking JavaScript arrays have an append method:)  Fixed.
                            Also, added a pickled representation of all test helper functions found in this file
      
      
      test\harness\sth.js:  detached most test helper functions from the iframe's document object (as globals) and
                            inject these into the actual test cases. It's a bit slower and not as elegant, but it is
                            cleaner from an ES5 purist perspective.  Still need to move Sputnik helper functions into
                            sta.js
      
                            Extended Controller such that it now measures overall test execution time.  Such a change
                            is very useful for measuring performance-impact changes such as the aforementioned
                            improvement
      e4d4a7a8
  5. Feb 03, 2011
  6. Feb 02, 2011
  7. Jan 17, 2011
  8. Jan 14, 2011
  9. Nov 17, 2010
  10. Nov 16, 2010
    • David Fugate's avatar
      TestCasePackager.ps1 had problems dealing with test case files that had valid test code · 42b884b7
      David Fugate authored
      prior to the usage of "ES5Harness".  Specifically in cases like:
        var abc = ...;
        ES5Harness.registerTest( {
        //...abc gets used here
      
      the declaration of "abc" would've been ripped out thereby corrupting the test.
      
      This change fixes the issue for all existing IE Test Center and Sputnik test cases. Note
      however that it could potentially fail for lines like this: "/*abc*/ /*".  If we ever add
      cases including comments like this, the implementation of isTestStarted will need to be
      revisited.
      
      There were five such test cases that were being affected by this issue in IE Test
      Center's chapter 10 and 15 tests.  These have all been fixed via the updated script.
      42b884b7
    • David Fugate's avatar
      15.4.4.14-9-b-i-6.js and 15.4.4.15-9-b-i-6.js were never reviewed internally at Microsoft · 3fedec41
      David Fugate authored
      for their adherence to the ES5 specs. Removing until we've fulfilled all internal policies
      around these two tests.
      3fedec41
    • David Fugate's avatar
      TestCasePacker.ps1: · 2f34b4e0
      David Fugate authored
      - The only parameter required for this script is now the test suite version.  All other
        parameters are generated relative to the location of this script
      - This script now generates the XML'ized test cases directly to website\resources\scripts\testcases\.
        Likewise, it copies the test harness taken from test\harness\* to website\resources\scripts\global\
      - Added tons of error checking and we now emit the current generation status to stdout
      - Made the script more generic in the sense that it can take arbitrary directories under test\suite\*
        containing ES5 test chapters.  Previous behavior was it was looking for test chapters directly under website\
      2f34b4e0
    • David Fugate's avatar
      Removed website/(browsersreport|development|results|run) as we do not need path-like · 90b97dba
      David Fugate authored
      access to the webpages.  index.html should suffice.
      90b97dba
    • 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
  11. Nov 15, 2010
  12. Nov 13, 2010
  13. Nov 12, 2010
  14. Nov 03, 2010
    • David Fugate's avatar
      Propagated changes from website\resources\scripts\global over to... · 62cde781
      David Fugate authored
      Propagated changes from website\resources\scripts\global over to test\harness\*.  In the future, the
      website needs to be generated based on the contents of test\harness\*, not the other way around.
      62cde781
    • David Fugate's avatar
      tools\TestCaseHTMLPackager\TestCasePacker.ps1: there were some improvements... · c26f761a
      David Fugate authored
      tools\TestCaseHTMLPackager\TestCasePacker.ps1:  there were some improvements made to this script WRT to the
      processing of unicode-related test cases.
      
      tools\TestCaseHTMLPackager\TestUpdater.ps1:  new script which preprocesses test cases (rips out comments,
      etc.)
      
      external\contributions\Microsoft\ietestcenter_ppb5\chapter11\11.4\11.4.1\11.4.1-4.a-10.js and
      website\resources\scripts\testcases\chapter11\11.4\11.4.1\11.4.1-4.a-10.js:  cleaned up a code comment
      
      website\enginereports\sample.xml: removed
      
      website\resources\scripts\global\jquery-1.4.2.js:  removed
      
      website\resources\scripts\*.ps1:  moved into the tools\ directory
      
      website\Web.config:  removed.  This is only relevant for Windows-based hosting of test262
      
      website\browserreport.html:  removed
      c26f761a
  15. Nov 02, 2010
  16. Nov 01, 2010
  17. Oct 19, 2010
  18. Oct 14, 2010
Loading