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

deps: V8: cherry-pick c1a54d5ffcd1 #48830

Closed
wants to merge 2 commits into from

Commits on Jul 18, 2023

  1. deps: V8: cherry-pick c1a54d5ffcd1

    Original commit message:
    
        Skip regress-1320641 when the system does not have enough memory
    
        Change-Id: I23a5232f6437c4bc77390796ee2986f1600cb1bf
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4689686
        Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
        Commit-Queue: Joyee Cheung <joyee@igalia.com>
        Cr-Commit-Position: refs/heads/main@{#88973}
    
    Refs: v8/v8@c1a54d5
    joyeecheung committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e76f125 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. deps: V8: cherry-pick 9f4b7699f68e

    Original commit message:
    
        Fix mistake in the skip branch of test/mjsunit/regress-1320641.js
    
        It was doing a `string.test(regex)` which was wrong. It's supposed
        to be `regex.test(string)`. It wasn't caught in the CI because
        the skip path is not normally taken in the V8 CI.
    
        Change-Id: Id1bdab5bbc41968bba8adc1cb3664e8f95fb5d72
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4697855
        Commit-Queue: Joyee Cheung <joyee@igalia.com>
        Reviewed-by: Nico Hartmann <nicohartmann@chromium.org>
        Cr-Commit-Position: refs/heads/main@{#89044}
    
    Refs: v8/v8@9f4b769
    joyeecheung committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    984af04 View commit details
    Browse the repository at this point in the history