1. 19 Nov, 2019 1 commit
    • Frank Tang's avatar
      Roll test262 · 1a9c6e5f
      Frank Tang authored
      https://chromium.googlesource.com/external/github.com/tc39/test262/+log/1bc19352..3682ddd7
      
      3682ddd Add tests for String#replaceAll (#2423) by Leo Balter · 7 hours ago master
      7040938 Fix tests for AggregateError (#2419) by Leo Balter · 3 days ago
      43b0c76 Update tests for FinalizationGroup#register (#2424) by Jon Coppeard · 4 days ago
      aa9ba4b Add tests for Intl.DisplayNames#resolvedOptions (#2405) by Leo Balter · 5 days ago
      8f8b337 Merge pull request #2420 from shvaikalesh/improve-json-parse-coverage by Leo Balter · 6 days ago
      8544b06 Merge pull request #2418 from leobalter/remote-aggregateerror-tostring by Leo Balter · 6 days ago
      3433399 tag subclass tests with WeakSet and WeakMap (#2421) by Gus Caplan · 7 days ago
      5728e1b Add reviver prototype chain lookup tests by Alexey Shvayka · 7 days ago
      80a99f7 Add reviver object with non-configurable property tests by Alexey Shvayka · 7 days ago
      027cc0c Add reviver array with non-configurable property tests by Alexey Shvayka · 7 days ago
      64ce046 Add reviver wrapper test by Alexey Shvayka · 7 days ago
      da9612d Add some more Proxy/ownKeys invariants tests (#2413) by Alexey Shvayka · 7 days ago
      600245f Add integer index tests for Proxy "set" and "has" traps (#2412) by Alexey Shvayka · 7 days ago
      13016eb Merge pull request #2416 from devsnek/fix-newlines by Leo Balter · 7 days ago
      206c0cb Merge branch 'master' into fix-newlines by Leo Balter · 7 days ago
      9bb90d1 Fix failure phase in coalesce tests (#2415) by Gus Caplan · 7 days ago
      02bdf77 Add test for AggregateError's toString by Leo Balter · 7 days ago
      90231ad Remote tests for AggregateError.prototype.toString by Leo Balter · 7 days ago
      a53f43e add missing newlines in tests by Gus Caplan · 8 days ago
      8338258 add lint check for newline at end of file by Gus Caplan · 8 days ago
      
      Bug: v8:7834
      Change-Id: I929f4f52fdb962d40b3314f50c98bb13f53f43fc
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1919955Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
      Commit-Queue: Frank Tang <ftang@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#65022}
      1a9c6e5f
  2. 18 Nov, 2019 1 commit
  3. 18 Oct, 2019 1 commit
    • Frank Tang's avatar
      Roll test262 · df131dbe
      Frank Tang authored
      https://chromium.googlesource.com/external/github.com/tc39/test262/+log/d49777de..21195de94
      
      21195de Inital commit for Intl.DisplayNames tests (#2404)
      4b6efea Add more tests for DateTimeFormat.hourCycle/hour12. (#2385)
      146ef7d add features: [Intl.DateTimeFormat-formatRange] (#2403)
      98883a5 Use canonical format for the description in the metatags (#2401)
      f25ae22 Add cases for matching paren covered logical expressions
      f0f4cd6 Improve metadata
      c7a158e Add feature
      ec41c1a Add tests for Nullish Coalesce Expression
      6b66b82 Cleanup compareArray and deepEqual assertions, remove assert._formatValue
      4182972 Merge pull request #2396 from leobalter/2381/yaml
      59d1af9 [matchAll] pass a global regex (#2399)
      2b48ec7 More yaml and whitespace fixes
      917e6f7 Yaml consistency
      
      
      Bug: v8:7834, v8:9875, v8:8703
      Change-Id: I03fdce94d524ec0ffc270512fe920acf9b86e781
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1867791Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Frank Tang <ftang@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#64387}
      df131dbe
  4. 10 Oct, 2019 1 commit
  5. 08 Oct, 2019 1 commit
  6. 24 Sep, 2019 1 commit
  7. 12 Sep, 2019 1 commit
  8. 12 Aug, 2019 1 commit
  9. 01 Aug, 2019 1 commit
  10. 23 Jul, 2019 1 commit
  11. 11 Jul, 2019 1 commit
  12. 26 Jun, 2019 1 commit
  13. 24 Jun, 2019 1 commit
  14. 14 Jun, 2019 1 commit
  15. 11 Jun, 2019 1 commit
  16. 21 May, 2019 1 commit
  17. 11 May, 2019 1 commit
  18. 02 May, 2019 1 commit
  19. 01 May, 2019 1 commit
  20. 25 Apr, 2019 1 commit
  21. 24 Apr, 2019 4 commits
  22. 10 Apr, 2019 1 commit
  23. 09 Apr, 2019 1 commit
  24. 20 Mar, 2019 1 commit
  25. 20 Feb, 2019 1 commit
  26. 19 Feb, 2019 1 commit
  27. 16 Feb, 2019 1 commit
  28. 13 Feb, 2019 1 commit
  29. 06 Feb, 2019 1 commit
    • Tamer Tas's avatar
      Reland "Reland "[test] refactor testsuite configuration"" · df630e67
      Tamer Tas authored
      This is a reland of 81eec150
      
      Original change's description:
      > Reland "[test] refactor testsuite configuration"
      >
      > This is a reland of 7f92ad0a
      >
      > Original change's description:
      > > [test] refactor testsuite configuration
      > >
      > > Every testsuite configuration consist of at least 30% code duplication.
      > >
      > > The code age ranges from 10 years old to 5 years old. Implementing anything that
      > > touches the testsuite code becomes a technical fight to the death.
      > >
      > > This CL removes all the duplication by refactoring the common functionality.
      > >
      > > This CL contains structural changes without any logical changes % small bug
      > > fixes.
      > >
      > > R=machenbach@chromium.org
      > > CC=yangguo@chromium.org,sergiyb@chromium.org
      > >
      > > Bug: v8:8174, v8:8769
      > > Change-Id: Iee299569caa7abdc0307ecf606136669034a28a2
      > > Reviewed-on: https://chromium-review.googlesource.com/c/1445881
      > > Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#59361}
      >
      > Bug: v8:8174, v8:8769
      > Change-Id: I8e7078cfb875ceb3777e57084e6f8dfac09693e7
      > Reviewed-on: https://chromium-review.googlesource.com/c/1454485
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Tamer Tas <tmrts@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#59369}
      
      Bug: v8:8174, v8:8790
      Change-Id: I38ab9d37bca76057441a970f26e2102e4387a857
      Reviewed-on: https://chromium-review.googlesource.com/c/1454724
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59387}
      df630e67
  30. 05 Feb, 2019 4 commits
    • Tamer Tas's avatar
      Revert "Reland "[test] refactor testsuite configuration"" · ea4412ad
      Tamer Tas authored
      This reverts commit 81eec150.
      
      Reason for revert: windows mozilla test failures
      
      Original change's description:
      > Reland "[test] refactor testsuite configuration"
      > 
      > This is a reland of 7f92ad0a
      > 
      > Original change's description:
      > > [test] refactor testsuite configuration
      > > 
      > > Every testsuite configuration consist of at least 30% code duplication.
      > > 
      > > The code age ranges from 10 years old to 5 years old. Implementing anything that
      > > touches the testsuite code becomes a technical fight to the death.
      > > 
      > > This CL removes all the duplication by refactoring the common functionality.
      > > 
      > > This CL contains structural changes without any logical changes % small bug
      > > fixes.
      > > 
      > > R=machenbach@chromium.org
      > > CC=yangguo@chromium.org,sergiyb@chromium.org
      > > 
      > > Bug: v8:8174, v8:8769
      > > Change-Id: Iee299569caa7abdc0307ecf606136669034a28a2
      > > Reviewed-on: https://chromium-review.googlesource.com/c/1445881
      > > Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#59361}
      > 
      > Bug: v8:8174, v8:8769
      > Change-Id: I8e7078cfb875ceb3777e57084e6f8dfac09693e7
      > Reviewed-on: https://chromium-review.googlesource.com/c/1454485
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Tamer Tas <tmrts@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#59369}
      
      TBR=machenbach@chromium.org,sergiyb@chromium.org,tmrts@chromium.org
      
      Change-Id: I8f5650b5f46be299c004e2fa8b708fa2c17a4dc2
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:8174, v8:8769
      Reviewed-on: https://chromium-review.googlesource.com/c/1454607Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Tamer Tas <tmrts@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59370}
      ea4412ad
    • Tamer Tas's avatar
      Reland "[test] refactor testsuite configuration" · 81eec150
      Tamer Tas authored
      This is a reland of 7f92ad0a
      
      Original change's description:
      > [test] refactor testsuite configuration
      > 
      > Every testsuite configuration consist of at least 30% code duplication.
      > 
      > The code age ranges from 10 years old to 5 years old. Implementing anything that
      > touches the testsuite code becomes a technical fight to the death.
      > 
      > This CL removes all the duplication by refactoring the common functionality.
      > 
      > This CL contains structural changes without any logical changes % small bug
      > fixes.
      > 
      > R=machenbach@chromium.org
      > CC=yangguo@chromium.org,sergiyb@chromium.org
      > 
      > Bug: v8:8174, v8:8769
      > Change-Id: Iee299569caa7abdc0307ecf606136669034a28a2
      > Reviewed-on: https://chromium-review.googlesource.com/c/1445881
      > Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#59361}
      
      Bug: v8:8174, v8:8769
      Change-Id: I8e7078cfb875ceb3777e57084e6f8dfac09693e7
      Reviewed-on: https://chromium-review.googlesource.com/c/1454485Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Tamer Tas <tmrts@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59369}
      81eec150
    • Tamer Tas's avatar
      Revert "[test] refactor testsuite configuration" · 97068800
      Tamer Tas authored
      This reverts commit 7f92ad0a.
      
      Reason for revert: https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Win32/19148
      
      Original change's description:
      > [test] refactor testsuite configuration
      >
      > Every testsuite configuration consist of at least 30% code duplication.
      >
      > The code age ranges from 10 years old to 5 years old. Implementing anything that
      > touches the testsuite code becomes a technical fight to the death.
      >
      > This CL removes all the duplication by refactoring the common functionality.
      >
      > This CL contains structural changes without any logical changes % small bug
      > fixes.
      >
      > R=​machenbach@chromium.org
      > CC=​yangguo@chromium.org,sergiyb@chromium.org
      >
      > Bug: v8:8174, v8:8769
      > Change-Id: Iee299569caa7abdc0307ecf606136669034a28a2
      > Reviewed-on: https://chromium-review.googlesource.com/c/1445881
      > Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#59361}
      
      TBR=machenbach@chromium.org,sergiyb@chromium.org,tmrts@chromium.org,v8-reviews@chromium.org
      
      Change-Id: I473f0d4c6b9c0239923b8c03699dbc38b7f85030
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:8174, v8:8769
      Reviewed-on: https://chromium-review.googlesource.com/c/1454599
      Commit-Queue: Tamer Tas <tmrts@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59362}
      97068800
    • Tamer Tas's avatar
      [test] refactor testsuite configuration · 7f92ad0a
      Tamer Tas authored
      Every testsuite configuration consist of at least 30% code duplication.
      
      The code age ranges from 10 years old to 5 years old. Implementing anything that
      touches the testsuite code becomes a technical fight to the death.
      
      This CL removes all the duplication by refactoring the common functionality.
      
      This CL contains structural changes without any logical changes % small bug
      fixes.
      
      R=machenbach@chromium.org
      CC=yangguo@chromium.org,sergiyb@chromium.org
      
      Bug: v8:8174, v8:8769
      Change-Id: Iee299569caa7abdc0307ecf606136669034a28a2
      Reviewed-on: https://chromium-review.googlesource.com/c/1445881
      Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59361}
      7f92ad0a
  31. 02 Feb, 2019 1 commit
  32. 24 Jan, 2019 1 commit
  33. 18 Jan, 2019 2 commits