1. 11 Dec, 2018 1 commit
  2. 13 Mar, 2017 1 commit
    • littledan's avatar
      test262 roll · 01cc4f9f
      littledan authored
      A couple infrastructure changes went into this patch:
      - test262 changed from expecting $ to $262
      - upstream-local-tests.sh gets a command-line parameter for ease of use
      - Fixed up the FAIL_SLOPPY infrastructure, which seems to have bit-rotted
      - Inserted a terrible hack to get around test262 tests with a $ in the name
      
      Drive-by fix for the length of Intl.DateTimeFormat.prototype.format
      
      R=adamk
      
      Review-Url: https://codereview.chromium.org/2733843002
      Cr-Commit-Position: refs/heads/master@{#43749}
      01cc4f9f
  3. 07 Feb, 2017 2 commits
  4. 01 Sep, 2016 1 commit
  5. 20 Apr, 2016 1 commit
    • littledan's avatar
      Detach ArrayBuffer in test262 · f32e3024
      littledan authored
      New incoming test262 tests check what happens on detached ("neutered")
      ArrayBuffers. This patch makes the test262 infrastructure define
      detaching an ArrayBuffer in terms of %ArrayBufferNeuter, passing the
      --allow-natives-syntax flag, when it is needed.
      
      BUG=v8:4193
      LOG=N
      R=adamk,machenbach
      
      Review URL: https://codereview.chromium.org/1897203003
      
      Cr-Commit-Position: refs/heads/master@{#35676}
      f32e3024
  6. 05 Feb, 2016 1 commit
  7. 02 Feb, 2016 1 commit
  8. 29 Jan, 2016 1 commit
    • littledan's avatar
      Fix Unicode string normalization with null bytes · f3e41d96
      littledan authored
      Previously, String.prototype.normalize constructed its ICU input
      string as a null-terminated string. This creates a bug for strings
      which contain a null byte, which is allowed in ECMAScript. This
      patch constructs the ICU string based on its length so that the
      entire string is normalized.
      
      R=jshin@chromium.org
      BUG=v8:4654
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1645223003
      
      Cr-Commit-Position: refs/heads/master@{#33614}
      f3e41d96
  9. 04 Jan, 2016 1 commit