Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] execfile() was removed in Python 3 #34

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link

@cclauss cclauss commented Aug 19, 2019

https://portingguide.readthedocs.io/en/latest/builtins.html#removed-execfile

flake8 testing of https://github.com/v8/v8 on Python 3.7.1

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./test/preparser/testcfg.py:69:5: F821 undefined name 'execfile'
    execfile(pathname, {"Test": Test, "Template": Template})
    ^
./tools/wasm-compilation-hints/wasm-objdump-compilation-hints.py:37:54: E999 SyntaxError: invalid syntax
          print "Custom section compilationHints with", num_hints, "hints:"
                                                     ^
1     E999 SyntaxError: invalid syntax
1     F821 undefined name 'execfile'
2

@rryk
@bmsdave

@jakobkummerow
Copy link
Contributor

Thanks for your contribution! As this repo's description indicates, it is a mirror of V8's actual repository, so it's not possible to accept pull requests here. Please see https://v8.dev/docs/contribute for how to contribute to V8.

@bmsdave
Copy link
Contributor

bmsdave commented Oct 18, 2019

@cclauss cclauss closed this Oct 18, 2019
@cclauss cclauss deleted the execfile_was_removed_in_Python_3 branch October 18, 2019 14:59
billti pushed a commit to billti/v8 that referenced this pull request Apr 6, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Ie689b6b301cb144e3b815af05b02fbb61069c6d5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2071005
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.1@{v8#34}
Cr-Branched-From: a4dcd39-refs/heads/8.1.307@{#1}
Cr-Branched-From: f22c213-refs/heads/master@{#66031}
ghost referenced this pull request in riscv-collab/v8 Jul 15, 2020
ghost referenced this pull request in riscv-collab/v8 Jul 15, 2020
Resolve "test-run-machops/RunSpillLotsOfThings failed"

Closes #34

See merge request swlab/swe/v8!42
palmer-dabbelt pushed a commit to palmer-dabbelt/v8 that referenced this pull request Jul 19, 2020
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Sep 2, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I7ee33fdecad1cff1797ece646e9ed1360f74a9b5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2329619
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.5@{v8#34}
Cr-Branched-From: a7f8bc4-refs/heads/8.5.210@{#1}
Cr-Branched-From: dd58472-refs/heads/master@{#68510}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I328e4b1705dd25067bb50450a96602fbe3791ec7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1847839
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.8@{v8#34}
Cr-Branched-From: 73694fd-refs/heads/7.8.279@{#1}
Cr-Branched-From: 2314928-refs/heads/master@{#63555}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I904624ffe7f0f8f09f88a9e0a49d61036c44410e
Reviewed-on: https://chromium-review.googlesource.com/c/1398683
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.2@{v8#34}
Cr-Branched-From: 6acd03c-refs/heads/7.2.502@{#1}
Cr-Branched-From: b03041d-refs/heads/master@{#57910}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I0d1979e1675dd29d84a247bbcd3f04eb43de2cc0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1548592
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.4@{v8#34}
Cr-Branched-From: 3e8a733-refs/heads/7.4.288@{#1}
Cr-Branched-From: d077f9b-refs/heads/master@{#60039}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I12bbc88874372c776cb250bda47f5fec0327779f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1897618
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.9@{v8#34}
Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Merged: [ptr-compr, heap] Use system pointer size for heap limit computation
Revision: 8732596

Merged: [ptr-compr, heap] Fix --huge_max_old_generation_size
Revision: 23c09ad

BUG=chromium:1045034,chromium:1049816
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=ishell@chromium.org

Change-Id: I4a548324d2bc9864a5bd9826e8103ec7c874f1d2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2050396
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.0@{v8#34}
Cr-Branched-From: 69827db-refs/heads/8.0.426@{v8#2}
Cr-Branched-From: 2fe1552-refs/heads/master@{#65318}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
…g a function body

Revision: 486ec80

R=leszeks@chromium.org
BUG=chromium:930580
LOG=N
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true

Change-Id: I9aa6393b97afed7687e8481e2615dfc6f537a05b
Reviewed-on: https://chromium-review.googlesource.com/c/1494757
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/branch-heads/7.3@{v8#34}
Cr-Branched-From: 9df9418-refs/heads/7.3.492@{v8#2}
Cr-Branched-From: be213cf-refs/heads/master@{#59024}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Revision: b8a9113

R=yangguo@chromium.org
BUG=chromium:898785
LOG=N
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true

Change-Id: I6e7dcbb9235ddea19408ebae150a1e9598cd7414
Reviewed-on: https://chromium-review.googlesource.com/c/1317824
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/branch-heads/7.1@{v8#34}
Cr-Branched-From: f70aaa8-refs/heads/7.1.302@{#1}
Cr-Branched-From: 1dbcc78-refs/heads/master@{#56462}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Large regexp results may exceed kMaxRegularHeapObjectSize and must
thus be allocated in large object space.

Drive-by: Rename '%InNewSpace' to '%InYoungGeneration'.

(cherry picked from commit 4c15693)

Tbr: ishell@chromium.org
No-Try: true
No-Presubmit: true
No-Treechecks: true
Bug: chromium:976627
Change-Id: I38b5aecb95a95cf2fdbb24d19550cec34361a09d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1684176
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/branch-heads/7.6@{v8#34}
Cr-Branched-From: 2cb2573-refs/heads/7.6.303@{#1}
Cr-Branched-From: 201c509-refs/heads/master@{#61902}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
…t fields.

Revision: f0e054c

BUG=chromium:962588,v8:9233
LOG=N
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=bmeurer@chromium.org

Change-Id: I846353285132ebb17928d7e9e483eb43b3813f53
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1617243
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/branch-heads/7.5@{v8#34}
Cr-Branched-From: 35b9bf5-refs/heads/7.5.288@{#1}
Cr-Branched-From: 912b391-refs/heads/master@{#60911}
ceejatec pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Sep 24, 2020
Revision: 32b685f

BUG=chromium:1100009
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=machenbach@chromium.org

Change-Id: Ia9af489c96e8ca1ca3e0c7f94ad812c165805b16
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2274889
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.4@{v8#34}
Cr-Branched-From: 88ed2e3-refs/heads/8.4.371@{#1}
Cr-Branched-From: 35f88bf-refs/heads/master@{#67773}
Kwizatz pushed a commit to AeonGames/v8 that referenced this pull request Jul 25, 2021
We were inconsistent in handling offsets >= 2GB on 32-bit systems. The
code was still relying on this being detected as statically out of
bounds, but with the increase of {kV8MaxWasmMemoryPages} to support 4GB
memories, this is not the case any more.

This CL fixes this by again detecting such situations as statically OOB.
We do not expect to be able to allocate memories of size >2GB on such
systems. If this assumptions turns out to be wrong, we will erroneously
trap. If that happens, we will have to explicitly disallow memories of
such size on 32-bit systems.

Tbr: jkummerow@chromium.org

(cherry picked from commit 7ad5b96)

Bug: v8:7881, chromium:1201340
No-Try: true
No-Presubmit: true
No-Tree-Checks: true
Change-Id: Ib3d32b8d303eb047eb7811a045a8fa2b4ecb8cda
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2853596
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/branch-heads/9.1@{v8#34}
Cr-Branched-From: 0e4ac64-refs/heads/9.1.269@{#1}
Cr-Branched-From: f565e72-refs/heads/master@{#73847}
BenPope pushed a commit to BenPope/v8 that referenced this pull request Dec 10, 2021
Raise an exception if CallFunction is invoked with a class constructor.
The check was initially removed in [1] but there are cases where we
could end in CallFunction with class constructors from optimized code.

[1] https://crrev.com/c/3186434

(cherry picked from commit 3e40f8f)

Bug: chromium:1271384
Change-Id: I0d700c4b1d117334c1c4c14719e24cd1f2c5e3a2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3291313
Commit-Queue: Patrick Thier <pthier@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#77967}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3306485
Cr-Commit-Position: refs/branch-heads/9.6@{v8#34}
Cr-Branched-From: 0b7bda0-refs/heads/9.6.180@{#1}
Cr-Branched-From: 41a5a24-refs/heads/main@{#77244}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
…n checks

Revision: df98901

BUG=chromium:1171954
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=rmcilroy@chromium.org

Change-Id: Ib62b5cecb1f0c5a31856a26d97464e1ca941bc39
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2689191
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.8@{v8#34}
Cr-Branched-From: 2dbcdc1-refs/heads/8.8.278@{#1}
Cr-Branched-From: 366d30c-refs/heads/master@{#71094}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Id0ec1a120628ce12686218ef624cc259d2493b0d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3020869
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/9.2@{v8#34}
Cr-Branched-From: 5123834-refs/heads/9.2.230@{#1}
Cr-Branched-From: 587a04f-refs/heads/master@{#74656}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I64fbf0c521e571dfd6e51b18ecb0b576e01e902c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2675184
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.9@{v8#34}
Cr-Branched-From: 16b9bbb-refs/heads/8.9.255@{#1}
Cr-Branched-From: d16a2a6-refs/heads/master@{#72039}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: Ibdf54931bb94c40238798966f182f574ba76466c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3160106
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/9.4@{v8#34}
Cr-Branched-From: 3b51863-refs/heads/9.4.146@{#1}
Cr-Branched-From: 2890419-refs/heads/master@{#76233}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
Change-Id: Id5ad771fb42b63cee9df610b7e5099875c6e05c4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3748508
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.3@{v8#34}
Cr-Branched-From: 1a8f4ca-refs/heads/10.3.174@{#1}
Cr-Branched-From: 8fbefa4-refs/heads/main@{#80471}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
Merged: [compiler] Use MakeRefAssumeMemoryFence around closure initial map
Revision: 9ef9e00

Merged: [compiler] fix 2 incorrect MakeRef usages in js-heap-broker.cc
Revision: 7dc0a54

Merged: [compiler] Fix invalid MakeRef use in JSArrayRef::length_unsafe()
Revision: cc6d54c

Merged: [compiler] Fix invalid MakeRef uses in context specialization
Revision: ee1e1fa

Merged: [compiler] Fix invalid MakeRef uses in MapRef
Revision: bb93f26

BUG=v8:12282,v8:7790
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=jgruber@chromium.org

Change-Id: Ib5ad274fc772a4a7e30619b4f893dce556209807
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3207891
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/branch-heads/9.5@{v8#34}
Cr-Branched-From: 4a03d61-refs/heads/9.5.172@{#1}
Cr-Branched-From: 9a60704-refs/heads/main@{#76741}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
Revision: 518d67a

BUG=chromium:1133527
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=verwaest@chromium.org

Change-Id: I10831b27c5c10b9a967e47a5fd08f806ef5d306d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2502328
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.6@{v8#34}
Cr-Branched-From: a64aed2-refs/heads/8.6.395@{#1}
Cr-Branched-From: a626bc0-refs/heads/master@{#69472}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
This reverts commit 815b12d.

Reason for revert: breaks M86 branch build in component mode (https://ci.chromium.org/p/chromium-m86/builders/ci/Linux%20Builder%20%28dbg%29)

Original change's description:
> Merged: [runtime] Fix sorted order of DescriptorArray entries
>
> Revision: 518d67a
>
> BUG=chromium:1133527
> NOTRY=true
> NOPRESUBMIT=true
> NOTREECHECKS=true
> R=​verwaest@chromium.org
>
> Change-Id: I10831b27c5c10b9a967e47a5fd08f806ef5d306d
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2502328
> Reviewed-by: Toon Verwaest <verwaest@chromium.org>
> Cr-Commit-Position: refs/branch-heads/8.6@{v8#34}
> Cr-Branched-From: a64aed2-refs/heads/8.6.395@{#1}
> Cr-Branched-From: a626bc0-refs/heads/master@{#69472}

TBR=ishell@chromium.org,verwaest@chromium.org

Change-Id: Icfaae7cc5af778165929fcd50aead433421728c3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:1133527
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2504509
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/branch-heads/8.6@{v8#36}
Cr-Branched-From: a64aed2-refs/heads/8.6.395@{#1}
Cr-Branched-From: a626bc0-refs/heads/master@{#69472}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
Change-Id: I6f15625b164bfcb6e82846750db3eda0ffc13d9d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3755218
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.4@{v8#34}
Cr-Branched-From: b1413ed-refs/heads/10.4.132@{#1}
Cr-Branched-From: 9d0a093-refs/heads/main@{#80972}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I1e8e145fc728cdad44d51a953338b94acec25eb1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3146796
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/9.3@{v8#34}
Cr-Branched-From: 7744dce-refs/heads/9.3.345@{#1}
Cr-Branched-From: 4b6b4ca-refs/heads/master@{#75728}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
…ntationFor

Revision: fd29e24

BUG=chromium:1195777
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=nicohartmann@chromium.org

Change-Id: I0400b3ae5736ef86dbeae558d15bfcca2e9f351a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2826114
Commit-Queue: Georg Neis <neis@chromium.org>
Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/branch-heads/9.0@{v8#34}
Cr-Branched-From: bd0108b-refs/heads/9.0.257@{#1}
Cr-Branched-From: 349bcc6-refs/heads/master@{#73001}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
…edSigned

(cherry picked from commit 4fae8b1)

Bug: chromium:1278387
No-Try: true
No-Presubmit: true
No-Tree-Checks: true
Change-Id: Ia6b361f702261464e02785659a2a90cd2488a101
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3329666
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/branch-heads/9.7@{v8#34}
Cr-Branched-From: 49162da-refs/heads/9.7.106@{#1}
Cr-Branched-From: a7e9b8f-refs/heads/main@{#77674}
cb-robot pushed a commit to couchbasedeps/v8-mirror that referenced this pull request Aug 24, 2022
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

Change-Id: I35dd0d146eb6b6be315764ed3a91f2fa693e6648
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2518623
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/8.7@{v8#34}
Cr-Branched-From: 0d81cd7-refs/heads/8.7.220@{#1}
Cr-Branched-From: 942c2ef-refs/heads/master@{#70196}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Change-Id: Idc4e5dfed078f5250eb655887b3ad72894119978
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4290929
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.0@{v8#34}
Cr-Branched-From: 06097c6-refs/heads/11.0.226@{#1}
Cr-Branched-From: 6bf3344-refs/heads/main@{#84857}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Change-Id: I0b9184e576150bbe876e7adc308d0d0f3ecef7bc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3985965
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.2@{v8#34}
Cr-Branched-From: 374091f-refs/heads/10.2.154@{#1}
Cr-Branched-From: f0c353f-refs/heads/main@{#79976}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
TBR=machenbach@chromium.org

Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
Change-Id: I6d1aa63c165b9ec3184a1077d3393cc503ae4f07
Reviewed-on: https://chromium-review.googlesource.com/1231360
Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/7.0@{v8#34}
Cr-Branched-From: 6e2adae-refs/heads/7.0.276@{#1}
Cr-Branched-From: bc08a86-refs/heads/master@{#55424}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Change-Id: I4a4b10468c0c08b7724e44393ba5d3f210e2ae6e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4445539
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.2@{v8#34}
Cr-Branched-From: 755511a-refs/heads/11.2.214@{#1}
Cr-Branched-From: e6b1cce-refs/heads/main@{#86014}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Change-Id: Id6fa10189516afe023b2453131b8ac040776e14c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3923489
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/10.6@{v8#34}
Cr-Branched-From: 41bc743-refs/heads/10.6.194@{#1}
Cr-Branched-From: d5f29b9-refs/heads/main@{#82548}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
TBR=machenbach@chromium.org

Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
Change-Id: I84443545827c2ee8ddbc167e9b43b7f2699f63d2
Reviewed-on: https://chromium-review.googlesource.com/1183946
Reviewed-by: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6.9@{v8#34}
Cr-Branched-From: d7b61ab-refs/heads/6.9.427@{#1}
Cr-Branched-From: b7e108d-refs/heads/master@{#54504}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Change-Id: I9a390f35f09eb9d9416b19fe805dca9be8d13981
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4568528
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.4@{v8#34}
Cr-Branched-From: 8a8a1e7-refs/heads/11.4.183@{#1}
Cr-Branched-From: 5483d8e-refs/heads/main@{#87241}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request May 31, 2023
Fixed: chromium:1378239
(cherry picked from commit db83e72)

Change-Id: I5cbf9971ea34a58832bddc01a46cf47059cb5cd5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3982253
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/branch-heads/10.7@{v8#34}
Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
Cr-Branched-From: 9521696-refs/heads/main@{#83201}
patrik-lengweiler pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Jul 18, 2023
Change-Id: I0b458cd70612225ff35709aa3b5f56e66b8da2bb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4689477
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/11.5@{v8#34}
Cr-Branched-From: 0c4044b-refs/heads/11.5.150@{#1}
Cr-Branched-From: b71d303-refs/heads/main@{#87781}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Sep 3, 2023
…t holey

Bug: chromium:1473247
(cherry picked from commit ae7dc61)

Change-Id: I5268513bc91ca0cc18e3e2115244c0b090afa0da
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4831892
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Owners-Override: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Darius Mercadier <dmercadier@chromium.org>
Reviewed-by: Darius Mercadier <dmercadier@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/branch-heads/11.6@{v8#34}
Cr-Branched-From: e29c028-refs/heads/11.6.189@{v8#3}
Cr-Branched-From: 95cbef2-refs/heads/main@{#88340}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Sep 24, 2023
The comment was correct, but the logic was wrong.

In the example, the array is transitioned to dictionary mode,
and in the next iteration, we crash when reading the next element.

Fixed: chromium:1481179
Bug: v8:7700

(cherry picked from commit e7305f2)

Change-Id: Ic1620dd54b01cae985658af361c32cd2f6a71280
No-try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4882541
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Darius Mercadier <dmercadier@chromium.org>
Commit-Queue: Darius Mercadier <dmercadier@chromium.org>
Cr-Commit-Position: refs/branch-heads/11.7@{v8#34}
Cr-Branched-From: fe60869-refs/heads/11.7.439@{#1}
Cr-Branched-From: aeb4552-refs/heads/main@{#89415}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Nov 21, 2023
Merged: [maglev] Fix phi untagging skipping smi check
Revision: 9e0df0b

Merged: [maglev] Phi untagging fix
Revision: 1a57a37

Merged: [maglev] Fix another phi untagging skipping smi check
Revision: 5e88842

BUG=chromium:1499133,v8:7700
NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=dmercadier@chromium.org

Change-Id: Ica7d399bd87f1b0d9308230f05d2cea9518d9bad
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5046675
Reviewed-by: Darius Mercadier <dmercadier@chromium.org>
Cr-Commit-Position: refs/branch-heads/11.8@{v8#34}
Cr-Branched-From: 935bdbf-refs/heads/11.8.172@{#1}
Cr-Branched-From: b82a911-refs/heads/main@{#89779}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Dec 24, 2023
Change-Id: I08bd84d91ac1d4975557cbd6b5eb0b073723fb31
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5131898
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/12.1@{v8#34}
Cr-Branched-From: b74ef6f-refs/heads/12.1.285@{#1}
Cr-Branched-From: 32857fb-refs/heads/main@{#91313}
reposynch bot pushed a commit to hexagon-geo-surv/v8 that referenced this pull request Jan 21, 2024
Since the work-around in depot_tools is still blocked, this just forces
Python version 3.8 from V8's .vpython3 file when cpplint is used.

(cherry picked from commit 3f32f3e)

Bug: chromium:1517826
Change-Id: Ic8886efb800fe8f36711279bd7963799d471dc33
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5192365
Reviewed-by: Liviu Rau <liviurau@google.com>
Commit-Queue: Liviu Rau <liviurau@google.com>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#91803}
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5204833
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Eva Herencsárová <evih@chromium.org>
Cr-Commit-Position: refs/branch-heads/12.0@{v8#34}
Cr-Branched-From: ed7b4ca-refs/heads/12.0.267@{#1}
Cr-Branched-From: 210e75b-refs/heads/main@{#90651}
hubot pushed a commit that referenced this pull request Feb 19, 2024
Merged: [loong64][mips64][tagged-ptr] Make HeapNumber & BigInt layout classes
Revision: c878c68

Merged: [loong64][sandbox] Port some sandbox patches to loong64
Revision: a04b0c4

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=vahl@chromium.org

Bug: v8:14628
Change-Id: I7e2d1af6dd891e48d751441e53b4c5e29ec69624
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5303176
Auto-Submit: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn>
Commit-Queue: Lutz Vahl <vahl@chromium.org>
Reviewed-by: Lutz Vahl <vahl@chromium.org>
Cr-Commit-Position: refs/branch-heads/12.2@{#34}
Cr-Branched-From: 6eb5a96-refs/heads/12.2.281@{#1}
Cr-Branched-From: 44cf56d-refs/heads/main@{#91934}
hubot pushed a commit that referenced this pull request Apr 25, 2024
Bug: 336961698
Change-Id: Ieb14876f5ea82dde55308c378b4ae40ec7df8c28
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5487859
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Alexander Schulze <alexschulze@chromium.org>
Cr-Commit-Position: refs/branch-heads/12.3@{#34}
Cr-Branched-From: a86e197-refs/heads/12.3.219@{#1}
Cr-Branched-From: 21869f7-refs/heads/main@{#92385}
hubot pushed a commit that referenced this pull request May 16, 2024
Bug: 338908243
(cherry picked from commit cc05792)

Change-Id: I9b5c2333924a54169ea3fa48e67e7db2ec67f6b9
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5545380
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Matthias Liedtke <mliedtke@chromium.org>
Auto-Submit: Matthias Liedtke <mliedtke@chromium.org>
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/branch-heads/12.4@{#34}
Cr-Branched-From: 309640d-refs/heads/12.4.254@{#1}
Cr-Branched-From: 5dc2470-refs/heads/main@{#92862}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants