1. 22 Oct, 2018 3 commits
  2. 19 Oct, 2018 5 commits
  3. 18 Oct, 2018 1 commit
  4. 17 Oct, 2018 2 commits
  5. 16 Oct, 2018 1 commit
  6. 15 Oct, 2018 1 commit
  7. 12 Oct, 2018 2 commits
  8. 11 Oct, 2018 3 commits
  9. 10 Oct, 2018 3 commits
  10. 09 Oct, 2018 1 commit
  11. 19 Sep, 2018 1 commit
  12. 14 Sep, 2018 2 commits
  13. 13 Sep, 2018 2 commits
  14. 12 Sep, 2018 3 commits
  15. 10 Sep, 2018 1 commit
  16. 07 Sep, 2018 2 commits
  17. 06 Sep, 2018 1 commit
  18. 05 Sep, 2018 1 commit
  19. 31 Aug, 2018 1 commit
  20. 30 Aug, 2018 1 commit
    • Simon Zünd's avatar
      Remove Array.p.sort regression test "regress-2185" · 2c834b1c
      Simon Zünd authored
      This CL removes a regression test that was intended to check that the
      maximum call stack size was not exceeded when calling Array.p.sort.
      
      As the new sorting algorithm (TimSort) does not work recursively, this
      test is no longer really necessary. It is also rather slow and causes
      issues on some bots, so we remove the test.
      
      R=mslekova@chromium.org
      
      Bug: v8:7783
      Change-Id: I5bb9693ab825fe077776fd6825688545286285fd
      Reviewed-on: https://chromium-review.googlesource.com/1196511Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Commit-Queue: Simon Zünd <szuend@google.com>
      Cr-Commit-Position: refs/heads/master@{#55527}
      2c834b1c
  21. 28 Aug, 2018 1 commit
    • Peter Marshall's avatar
      [tests] Skip regress-852258 on TSAN. · c70ac552
      Peter Marshall authored
      Very large allocations can cause timeouts or crashes on TSAN bots. This
      test checks the handling of arrays with length > MaxSmi, so allocates a
      very large array. It's unlikely that TSAN will find anything interesting
      here that other bots won't catch, so disabling the test.
      
      Bug: v8:8103
      Change-Id: I8ea01d418ff088a2b9bd1b1ef938d4f69be1155d
      Reviewed-on: https://chromium-review.googlesource.com/1193423Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
      Commit-Queue: Peter Marshall <petermarshall@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55464}
      c70ac552
  22. 24 Aug, 2018 2 commits