Skip to content

Update test262 #484

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

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ jobs:
run: |
time make test262

- name: test v8 mjsunit
if: ${{ matrix.config.runV8 }}
run: |
./v8.sh

linux-gcc48:
runs-on: ubuntu-latest
container:
Expand Down
2 changes: 1 addition & 1 deletion test262
Submodule test262 updated 12878 files
32 changes: 28 additions & 4 deletions test262.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Array.fromAsync=skip
Array.prototype.at
Array.prototype.flat
Array.prototype.flatMap
Array.prototype.flatten
Array.prototype.includes
Array.prototype.values
ArrayBuffer
Expand All @@ -70,6 +69,7 @@ arrow-function
async-functions
async-iteration
Atomics
Atomics.pause=skip
Atomics.waitAsync=skip
BigInt
caller
Expand All @@ -83,7 +83,6 @@ class-static-block
class-static-fields-private
class-static-fields-public
class-static-methods-private
cleanupSome=skip
coalesce-expression
computed-property-names
const
Expand All @@ -103,11 +102,12 @@ destructuring-assignment
destructuring-binding
dynamic-import
error-cause
explicit-resource-management=skip
exponentiation
export-star-as-namespace-from-module
FinalizationGroup=skip
FinalizationRegistry.prototype.cleanupSome=skip
FinalizationRegistry
FinalizationRegistry.prototype.cleanupSome=skip
Float16Array=skip
Float32Array
Float64Array
for-in-order
Expand All @@ -122,6 +122,23 @@ import.meta
Int16Array
Int32Array
Int8Array
Intl-enumeration=skip
intl-normative-optional=skip
Intl.DateTimeFormat-datetimestyle=skip
Intl.DateTimeFormat-dayPeriod=skip
Intl.DateTimeFormat-extend-timezonename=skip
Intl.DateTimeFormat-formatRange=skip
Intl.DateTimeFormat-fractionalSecondDigits=skip
Intl.DisplayNames-v2=skip
Intl.DisplayNames=skip
Intl.DurationFormat=skip
Intl.ListFormat=skip
Intl.Locale-info=skip
Intl.Locale=skip
Intl.NumberFormat-unified=skip
Intl.NumberFormat-v3=skip
Intl.RelativeTimeFormat=skip
Intl.Segmenter=skip
IsHTMLDDA
iterator-helpers=skip
json-modules=skip
Expand All @@ -131,6 +148,7 @@ legacy-regexp=skip
let
logical-assignment-operators
Map
Math.sumPrecise=skip
new.target
numeric-separator-literal
object-rest
Expand All @@ -141,6 +159,7 @@ Object.is
optional-catch-binding
optional-chaining
Promise
promise-try=skip
promise-with-resolvers
Promise.allSettled
Promise.any
Expand All @@ -155,15 +174,19 @@ regexp-dotall
regexp-duplicate-named-groups=skip
regexp-lookbehind
regexp-match-indices
regexp-modifiers=skip
regexp-named-groups
regexp-unicode-property-escapes
regexp-v-flag
RegExp.escape=skip
resizable-arraybuffer=skip
rest-parameters
Set
set-methods=skip
ShadowRealm=skip
SharedArrayBuffer
source-phase-imports-module-source=skip
source-phase-imports=skip
string-trimming
String.fromCodePoint
String.prototype.at
Expand Down Expand Up @@ -202,6 +225,7 @@ u180e
Uint16Array
Uint32Array
Uint8Array
uint8array-base64=skip
Uint8ClampedArray
WeakMap
WeakRef
Expand Down
98 changes: 96 additions & 2 deletions test262_errors.txt

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions v8-tweak.js

This file was deleted.

109 changes: 0 additions & 109 deletions v8.js

This file was deleted.

10 changes: 0 additions & 10 deletions v8.sh

This file was deleted.

Loading
Loading