Commit 93fcc8f7 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

Reland "Reland "[test] Extend testing on Mac on arm64""

This is a reland of f41bc94b

The remaining test failures where fixed.

Original change's description:
> Reland "[test] Extend testing on Mac on arm64"
>
> This is a reland of f187d0a1
>
> The cctest breakage got fixed in the meantime.
>
> Original change's description:
> > [test] Extend testing on Mac on arm64
> >
> > Ensure more testing of --future for different test types on Mac.
> >
> > No-Try: true
> > Bug: v8:11527
> > Change-Id: Iac499dc48dde3342ad2057f86ef1ad5fa43b4eac
> > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2772981
> > Reviewed-by: Igor Sheludko <ishell@chromium.org>
> > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#73514}
>
> No-Try: true
> Bug: v8:11527
> Change-Id: Ie82c69e652f84a7ac43436d28806e70f27aa3e72
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2807601
> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
> Reviewed-by: Igor Sheludko <ishell@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#73806}

No-Try: true
Bug: v8:11527
Change-Id: I6ca48bb0917d9bf2950302127d108d844bd6eebc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2814559
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Reviewed-by: 's avatarLiviu Rau <liviurau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73865}
parent 9ea09d37
......@@ -768,6 +768,7 @@
},
'tests': [
{'name': 'v8testing', 'shards': 8},
{'name': 'v8testing', 'variant': 'future', 'shards': 2},
],
},
'v8_mac_arm64_sim_dbg_ng_triggered': {
......@@ -778,6 +779,7 @@
},
'tests': [
{'name': 'v8testing', 'shards': 8},
{'name': 'v8testing', 'variant': 'future', 'shards': 2},
],
},
'v8_mac_arm64_sim_nodcheck_rel_ng_triggered': {
......@@ -788,6 +790,7 @@
},
'tests': [
{'name': 'v8testing', 'shards': 8},
{'name': 'v8testing', 'variant': 'future', 'shards': 2},
],
},
##############################################################################
......@@ -1435,8 +1438,8 @@
'priority': 35,
},
'tests': [
{'name': 'd8testing'},
{'name': 'd8testing', 'variant': 'extra'},
{'name': 'v8testing'},
{'name': 'v8testing', 'variant': 'extra'},
],
},
'V8 Mac - arm64 - debug': {
......@@ -1468,6 +1471,7 @@
},
'tests': [
{'name': 'v8testing', 'shards': 8},
{'name': 'v8testing', 'variant': 'future', 'shards': 2},
],
},
'V8 Mac - arm64 - sim - release': {
......@@ -1483,6 +1487,7 @@
},
'tests': [
{'name': 'v8testing', 'shards': 8},
{'name': 'v8testing', 'variant': 'future', 'shards': 2},
],
},
'V8 Win32': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment