Skip to content

Commit

Permalink
Merge branch 'main' into harness-RAB-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannad authored Apr 22, 2024
2 parents 11e2402 + 007b333 commit 3fb86d7
Show file tree
Hide file tree
Showing 2,082 changed files with 19,021 additions and 5,875 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ jobs:
hostPath: spidermonkey
hostName: spidermonkey
<<: [*execution_steps]
"ChakraCore: New or modified tests execution":
docker:
- image: *node_image
working_directory: ~/test262
environment:
hostType: ch
hostPath: chakra
hostName: chakra
<<: [*execution_steps]
# "ChakraCore: New or modified tests execution":
# docker:
# - image: *node_image
# working_directory: ~/test262
# environment:
# hostType: ch
# hostPath: chakra
# hostName: chakra
# <<: [*execution_steps]
"JSC: New or modified tests execution":
docker:
- image: *node_image
Expand Down Expand Up @@ -140,7 +140,7 @@ workflows:
- "Test262: verify tools; build & lint tests"
Tests execution:
jobs:
- "ChakraCore: New or modified tests execution"
# - "ChakraCore: New or modified tests execution"
- "JSC: New or modified tests execution"
- "SpiderMonkey: New or modified tests execution"
- "V8: New or modified tests execution"
Expand Down
14 changes: 13 additions & 1 deletion features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Temporal
# https://github.com/tc39/proposal-realms
ShadowRealm

# Array.groupBy & Map.groupBy
# Object.groupBy & Map.groupBy
# https://github.com/tc39/proposal-array-grouping
array-grouping

Expand Down Expand Up @@ -93,6 +93,10 @@ String.prototype.toWellFormed
# https://github.com/tc39/proposal-json-parse-with-source
json-parse-with-source

# Regular expression modifiers
# https://github.com/tc39/proposal-regexp-modifiers
regexp-modifiers

# Iterator Helpers
# https://github.com/tc39/proposal-iterator-helpers
iterator-helpers
Expand All @@ -105,6 +109,14 @@ promise-with-resolvers
# https://github.com/tc39/proposal-set-methods
set-methods

# Explicit Resource Management
# https://github.com/tc39/proposal-explicit-resource-management
explicit-resource-management

# Float16Array + Math.f16round
# https://github.com/tc39/proposal-float16array
Float16Array

## Standard language features
#
# Language features that have been included in a published version of the
Expand Down
Loading

0 comments on commit 3fb86d7

Please sign in to comment.