Skip to content
Snippets Groups Projects
  1. Apr 08, 2011
  2. Apr 07, 2011
  3. Mar 30, 2011
  4. Mar 24, 2011
  5. Mar 23, 2011
  6. Mar 14, 2011
  7. Mar 12, 2011
  8. Mar 11, 2011
  9. Mar 10, 2011
  10. Mar 09, 2011
  11. Mar 08, 2011
  12. Mar 04, 2011
  13. Mar 02, 2011
    • David Fugate's avatar
      Refactored TestCasePackager.ps1 such that it now produces test case XMLs according · 0bcccaca
      David Fugate authored
      to the following criteria:
      1.  If a test case directory directly contains *.js files at the root level, package
          the entire directory as an XML regardless of how many *.js files are in
          subdirectories
      2.  If the directory and subdirectories contain less than 1,000 test cases, package
          the entire directory as an XML.  Otherwise...
      3.  Perform steps 1 and 2 on each subdirectory of the directory
      
      The net effect of this change is that no test case XMLs are larger than 1.5 megs any longer,
      although the total number of test XMLs has jumped from about a dozen to ~75.  This should
      make running the test harness seem a little smoother across all browsers since we won't be
      blocked downloading 4 meg files for several seconds any longer.
      0bcccaca
  14. Mar 01, 2011
  15. Feb 28, 2011
  16. Feb 25, 2011
  17. Feb 21, 2011
  18. Feb 14, 2011
  19. 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
  20. Feb 10, 2011
Loading