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

Add "Change Array by Copy" tests (stage 3) #3464

Merged
merged 86 commits into from
Oct 18, 2022

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    81a3f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4011b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3978b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a2dbd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81df178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ec6cfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ddf0c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a37b2a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3dbcdda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2148f66 View commit details
    Browse the repository at this point in the history
  11. Fix many test bugs

    nicolo-ribaudo authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7ae0999 View commit details
    Browse the repository at this point in the history
  12. %TypedArray%.prototype.with

    nicolo-ribaudo authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    205c8d9 View commit details
    Browse the repository at this point in the history
  13. Fix max array length tests

    nicolo-ribaudo authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c34e9b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf150c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    447e95f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd3eca4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a2557f4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0368e08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9e692b8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    09b2d04 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8446c3d View commit details
    Browse the repository at this point in the history
  22. Fix linting

    nicolo-ribaudo authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    a1e186c View commit details
    Browse the repository at this point in the history
  23. Jordan's review

    nicolo-ribaudo authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2d89a31 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e924b8f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    81e4fe1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    399af89 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b14685d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    07a732a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2dcbe3b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    65845ba View commit details
    Browse the repository at this point in the history
  31. refer to TypedArray as %TypedArray%

    acutmore authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4ebcca2 View commit details
    Browse the repository at this point in the history
  32. update test description

    acutmore authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    22631f7 View commit details
    Browse the repository at this point in the history
  33. fixup: yaml is now valid

    acutmore authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    cf785ae View commit details
    Browse the repository at this point in the history
  34. fixup: typo toSpliced -> with

    acutmore authored and catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    11663bb View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    48f3a51 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    23b7e34 View commit details
    Browse the repository at this point in the history
  37. Update test/built-ins/Array/prototype/toSorted/comparefn-called-after…

    …-get-elements.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4064cce View commit details
    Browse the repository at this point in the history
  38. Update test/built-ins/Array/prototype/toSorted/comparefn-not-a-functi…

    …on.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    5bf00ff View commit details
    Browse the repository at this point in the history
  39. Update test/built-ins/Array/prototype/toSorted/this-value-boolean.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e8ac5c2 View commit details
    Browse the repository at this point in the history
  40. Update test/built-ins/Array/prototype/toSpliced/deleteCount-clamped-b…

    …etween-zero-and-remaining-count.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6c9c853 View commit details
    Browse the repository at this point in the history
  41. Update test/built-ins/Array/prototype/toSpliced/discarded-element-not…

    …-read.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    29bd33f View commit details
    Browse the repository at this point in the history
  42. Update test/built-ins/Array/prototype/toSpliced/elements-read-in-orde…

    …r.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9e24641 View commit details
    Browse the repository at this point in the history
  43. Update test/built-ins/TypedArray/prototype/with/index-negative.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    11aa06f View commit details
    Browse the repository at this point in the history
  44. Update test/built-ins/Array/prototype/toSorted/comparefn-stop-after-e…

    …rror.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    af1ba68 View commit details
    Browse the repository at this point in the history
  45. Update test/built-ins/Array/prototype/toSorted/ignores-species.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    eb3c90c View commit details
    Browse the repository at this point in the history
  46. Update test/built-ins/Array/prototype/toSpliced/ignores-species.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9e1bd10 View commit details
    Browse the repository at this point in the history
  47. Update test/built-ins/Array/prototype/toSpliced/not-a-constructor.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f9b6b27 View commit details
    Browse the repository at this point in the history
  48. Update test/built-ins/Array/prototype/toSpliced/start-bigger-than-len…

    …gth.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    dcb2706 View commit details
    Browse the repository at this point in the history
  49. Update test/built-ins/Array/prototype/toSpliced/start-neg-infinity-is…

    …-zero.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ce64f8e View commit details
    Browse the repository at this point in the history
  50. Update test/built-ins/Array/prototype/toSpliced/start-neg-less-than-m…

    …inus-length-is-zero.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8844e39 View commit details
    Browse the repository at this point in the history
  51. Update test/built-ins/Array/prototype/toSpliced/start-neg-subtracted-…

    …from-length.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b98572c View commit details
    Browse the repository at this point in the history
  52. Update test/built-ins/Array/prototype/toSpliced/this-value-boolean.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8b3ddd2 View commit details
    Browse the repository at this point in the history
  53. Update test/built-ins/Array/prototype/with/index-bigger-or-eq-than-le…

    …ngth.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9847c33 View commit details
    Browse the repository at this point in the history
  54. Update test/built-ins/TypedArray/prototype/toReversed/ignores-species.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ed6b418 View commit details
    Browse the repository at this point in the history
  55. Update test/built-ins/TypedArray/prototype/toReversed/length-property…

    …-ignored.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f0faa9d View commit details
    Browse the repository at this point in the history
  56. Update test/built-ins/TypedArray/prototype/toSorted/comparefn-not-a-f…

    …unction.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2a79ead View commit details
    Browse the repository at this point in the history
  57. Update test/built-ins/TypedArray/prototype/toSorted/comparefn-stop-af…

    …ter-error.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    11cc50a View commit details
    Browse the repository at this point in the history
  58. Update test/built-ins/TypedArray/prototype/toSorted/ignores-species.js

    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    0ed49b4 View commit details
    Browse the repository at this point in the history
  59. Update test/built-ins/TypedArray/prototype/toSorted/this-value-invali…

    …d.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ab0fce2 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    0be6d47 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    0bc64ee View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    0381a1a View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b5028f2 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    e821dae View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    24b3cc1 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    2dbaace View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    48144a9 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    3c3c1ff View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    52e7b96 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0395352 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d20bc23 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    4e6094f View commit details
    Browse the repository at this point in the history
  73. Add a test for Array.toSpliced on an array with getters that mutate o…

    …ther elements of the array
    catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    15b2595 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9c56d74 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    17a5bac View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    90c8d70 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    77c919f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    7cc9a9e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    c5bbdcf View commit details
    Browse the repository at this point in the history
  80. Fixes for TypedArray length-property-ignored and this-value-invalid t…

    …ests
    
    Use CompareArray in typed array tests
    Check BigInts and detached buffers as invalid `this` values in this-value-invalid tests
    Delete length property after overriding in length-property-ignored.js
    catamorphism committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8e9df5e View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    d0c6700 View commit details
    Browse the repository at this point in the history
  82. Update test/built-ins/TypedArray/prototype/toReversed/this-value-inva…

    …lid.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9f81c96 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update test/built-ins/TypedArray/prototype/toSorted/this-value-invali…

    …d.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    25aa62f View commit details
    Browse the repository at this point in the history
  2. Update test/built-ins/Array/prototype/Symbol.unscopables/change-array…

    …-by-copy.js
    
    Co-authored-by: Ms2ger <Ms2ger@gmail.com>
    catamorphism and Ms2ger committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    67504a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fa7561 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8c381f View commit details
    Browse the repository at this point in the history