1. 05 Dec, 2011 1 commit
  2. 07 Oct, 2011 1 commit
  3. 26 Sep, 2011 1 commit
  4. 15 Sep, 2011 1 commit
  5. 14 Sep, 2011 2 commits
  6. 01 Sep, 2011 1 commit
  7. 03 Aug, 2011 1 commit
  8. 01 Aug, 2011 1 commit
  9. 26 Jul, 2011 1 commit
  10. 05 May, 2011 1 commit
  11. 03 May, 2011 2 commits
  12. 21 Mar, 2011 1 commit
  13. 17 Mar, 2011 1 commit
  14. 07 Mar, 2011 1 commit
  15. 02 Mar, 2011 1 commit
  16. 01 Mar, 2011 2 commits
  17. 15 Feb, 2011 1 commit
  18. 14 Feb, 2011 2 commits
  19. 13 Feb, 2011 1 commit
    • mmaly@chromium.org's avatar
      Implement assignment to undefined reference in ES5 Strict Mode. · e0be3072
      mmaly@chromium.org authored
      Strict mode assignment to undefined reference.
      Simple assignments (x = <value>) use CODE_TARGET_CONTEXT.
      StoreIC stores its own strictness in extra_ic_state.
      The strcitness is propagated as further ic stubs are generated.
      
      Details:
      * ReferenceError on assignment to non-resolvable reference in strict mode.
      * Fix es5conform test expectation file.
      * Add es5conform test suite into .gitignore.
      * Fix Xcode project.
      * Change implemented in virtual frame code generator, as well as full-codegen
        for all architectures.
      * Fix debugger test.
      * Fix comment for CODE_TARGET_CONTEXT
      * Implement remaining StoreIC stubs to be strict mode aware.
      * Trace extra_ic_state() for ic code stubs.
      
      Code Review URL: http://codereview.chromium.org/6474026/
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6760 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e0be3072
  20. 11 Feb, 2011 2 commits
  21. 07 Feb, 2011 2 commits
  22. 04 Feb, 2011 1 commit
  23. 24 Jan, 2011 1 commit
  24. 10 Jan, 2011 1 commit
    • ricow@chromium.org's avatar
      Enable sharding of individual testsuites in tools/test.py · b4ea8c7f
      ricow@chromium.org authored
      This patch enables two new flags for the tools/test.py script;
      --shard-count - giving the ability to split the tests to be run
      into shard-count chunks.
      --shard-run - giving the ability to specify which of the shards to actually run.
      
      Example
        tools/test.py -j15 --shard-count=2 --shard-run=1 mozilla
      would split the mozilla tests into two chunks and run the tests in the first chunk
      
      Running:
        tools/test.py -j15 --shard-count=2 --shard-run=1 mozilla
        tools/test.py -j15 --shard-count=2 --shard-run=2 mozilla
      is equivalent (in terms of test coverage) of just running:
        tools/test.py -j15 mozilla
      
      In addition, tests are now sorted before they are returned from the
      test specific ListTests methods (sputnik and mozilla tests where
      already sorted before they where returned).
      
      This change is needed to split a single test suite over two slaves on
      the waterfall.
      
      
      Review URL: http://codereview.chromium.org/6127003
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6248 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      b4ea8c7f
  25. 15 Dec, 2010 1 commit
  26. 07 Dec, 2010 3 commits
  27. 24 Aug, 2010 1 commit
  28. 15 Jul, 2010 1 commit
  29. 13 Jul, 2010 1 commit
  30. 02 Jul, 2010 1 commit
  31. 29 Jun, 2010 2 commits