Skip to content

Commit 34f2ceb

Browse files
committed
Update post-submit workflow and filtering for test262
1 parent d0abba2 commit 34f2ceb

2 files changed

Lines changed: 29 additions & 14 deletions

File tree

.github/workflows/post-submit.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,4 @@ jobs:
2626
- name: Run test
2727
env:
2828
ESMETA_HOME: ${{ github.workspace }}
29-
run: |
30-
sbt assembly
31-
./bin/esmeta test262-test -test262-test:concurrent=32 -test262-test:tycheck -test262-test:timeout=60
32-
cat ./logs/test262/log
33-
34-
- name: Report Status
35-
if: failure()
36-
uses: 8398a7/action-slack@v3
37-
with:
38-
status: ${{ job.status }}
39-
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took,pullRequest
40-
env:
41-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
29+
run: sbt test262EvalTest

src/main/resources/manuals/test262/filtered.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"language/statements/variable/12.2.1-21-s"
9292
],
9393
"long": [
94+
"built-ins/Array/prototype/at/typed-array-resizable-buffer",
9495
"built-ins/Array/prototype/concat/Array.prototype.concat_large-typed-array",
9596
"built-ins/Array/prototype/concat/Array.prototype.concat_small-typed-array",
9697
"built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-sparse-object",
@@ -99,15 +100,21 @@
99100
"built-ins/Array/prototype/copyWithin/resizable-buffer",
100101
"built-ins/Array/prototype/entries/resizable-buffer",
101102
"built-ins/Array/prototype/every/15.4.4.16-7-c-ii-2",
103+
"built-ins/Array/prototype/every/resizable-buffer",
102104
"built-ins/Array/prototype/fill/resizable-buffer",
103105
"built-ins/Array/prototype/filter/15.4.4.20-9-c-ii-1",
104106
"built-ins/Array/prototype/filter/resizable-buffer",
107+
"built-ins/Array/prototype/find/resizable-buffer",
108+
"built-ins/Array/prototype/findIndex/resizable-buffer",
105109
"built-ins/Array/prototype/findLast/maximum-index",
110+
"built-ins/Array/prototype/findLast/resizable-buffer",
106111
"built-ins/Array/prototype/findLastIndex/maximum-index",
112+
"built-ins/Array/prototype/findLastIndex/resizable-buffer",
107113
"built-ins/Array/prototype/forEach/15.4.4.18-7-c-ii-1",
108114
"built-ins/Array/prototype/forEach/resizable-buffer",
109115
"built-ins/Array/prototype/includes/resizable-buffer",
110116
"built-ins/Array/prototype/indexOf/15.4.4.14-10-1",
117+
"built-ins/Array/prototype/join/resizable-buffer",
111118
"built-ins/Array/prototype/keys/resizable-buffer",
112119
"built-ins/Array/prototype/lastIndexOf/15.4.4.15-9-1",
113120
"built-ins/Array/prototype/map/15.4.4.19-8-c-ii-1",
@@ -119,6 +126,7 @@
119126
"built-ins/Array/prototype/slice/resizable-buffer",
120127
"built-ins/Array/prototype/some/15.4.4.17-7-c-ii-2",
121128
"built-ins/Array/prototype/some/resizable-buffer",
129+
"built-ins/Array/prototype/sort/stability-2048-elements",
122130
"built-ins/Array/prototype/values/resizable-buffer",
123131
"built-ins/BigInt/prototype/toString/a-z",
124132
"built-ins/Function/prototype/apply/resizable-buffer",
@@ -127,25 +135,43 @@
127135
"built-ins/Number/prototype/toString/a-z",
128136
"built-ins/Object/defineProperties/typedarray-backed-by-resizable-buffer",
129137
"built-ins/Object/defineProperty/typedarray-backed-by-resizable-buffer",
138+
"built-ins/RegExp/CharacterClassEscapes/character-class-digit-class-escape-negative-cases",
139+
"built-ins/RegExp/CharacterClassEscapes/character-class-non-digit-class-escape-positive-cases",
140+
"built-ins/RegExp/CharacterClassEscapes/character-class-non-whitespace-class-escape-positive-cases",
141+
"built-ins/RegExp/CharacterClassEscapes/character-class-whitespace-class-escape-negative-cases",
142+
"built-ins/TypedArray/out-of-bounds-get-and-set",
143+
"built-ins/TypedArray/prototype/at/resizable-buffer",
144+
"built-ins/TypedArray/prototype/byteLength/resizable-buffer-assorted",
130145
"built-ins/TypedArray/prototype/copyWithin/BigInt/return-abrupt-from-this-out-of-bounds",
146+
"built-ins/TypedArray/prototype/copyWithin/coerced-target-start-grow",
131147
"built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached",
132148
"built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached-prototype",
133149
"built-ins/TypedArray/prototype/copyWithin/coerced-values-start-detached",
134150
"built-ins/TypedArray/prototype/copyWithin/resizable-buffer",
135151
"built-ins/TypedArray/prototype/copyWithin/return-abrupt-from-this-out-of-bounds",
136152
"built-ins/TypedArray/prototype/entries/resizable-buffer",
153+
"built-ins/TypedArray/prototype/every/resizable-buffer",
137154
"built-ins/TypedArray/prototype/fill/resizable-buffer",
155+
"built-ins/TypedArray/prototype/find/resizable-buffer",
156+
"built-ins/TypedArray/prototype/findIndex/resizable-buffer",
157+
"built-ins/TypedArray/prototype/findLast/resizable-buffer",
158+
"built-ins/TypedArray/prototype/findLastIndex/resizable-buffer",
138159
"built-ins/TypedArray/prototype/forEach/resizable-buffer",
139160
"built-ins/TypedArray/prototype/includes/resizable-buffer",
161+
"built-ins/TypedArray/prototype/join/resizable-buffer",
140162
"built-ins/TypedArray/prototype/keys/resizable-buffer",
163+
"built-ins/TypedArray/prototype/length/resizable-buffer-assorted",
141164
"built-ins/TypedArray/prototype/reduce/resizable-buffer",
142165
"built-ins/TypedArray/prototype/reduceRight/resizable-buffer",
143166
"built-ins/TypedArray/prototype/reverse/resizable-buffer",
167+
"built-ins/TypedArray/prototype/some/resizable-buffer",
144168
"built-ins/TypedArray/prototype/values/resizable-buffer",
145169
"built-ins/TypedArrayConstructors/ctors/buffer-arg/toindex-bytelength",
146170
"built-ins/TypedArrayConstructors/ctors/buffer-arg/toindex-byteoffset",
147171
"built-ins/TypedArrayConstructors/ctors/length-arg/toindex-length",
148172
"built-ins/TypedArrayConstructors/ctors/typedarray-arg/src-typedarray-resizable-buffer",
173+
"built-ins/TypedArrayConstructors/internals/Delete/key-is-not-canonical-index-strict",
174+
"built-ins/TypedArrayConstructors/internals/Get/key-is-not-canonical-index",
149175
"built-ins/decodeURI/S15.1.3.1_A2.1_T1",
150176
"built-ins/decodeURIComponent/S15.1.3.2_A2.1_T1",
151177
"language/comments/S7.4_A5",
@@ -163,14 +189,15 @@
163189
"language/expressions/tagged-template/tco-call",
164190
"language/expressions/tagged-template/tco-member",
165191
"language/expressions/tco-pos",
192+
"language/identifiers/start-unicode-15.1.0",
166193
"language/statements/block/tco-stmt",
167194
"language/statements/block/tco-stmt-list",
168195
"language/statements/do-while/tco-body",
196+
"language/statements/for-of/typedarray-backed-by-resizable-buffer",
169197
"language/statements/for-of/typedarray-backed-by-resizable-buffer-grow-before-end",
170198
"language/statements/for-of/typedarray-backed-by-resizable-buffer-grow-mid-iteration",
171199
"language/statements/for-of/typedarray-backed-by-resizable-buffer-shrink-mid-iteration",
172200
"language/statements/for-of/typedarray-backed-by-resizable-buffer-shrink-to-zero-mid-iteration",
173-
"language/statements/for-of/typedarray-backed-by-resizable-buffer",
174201
"language/statements/for/tco-const-body",
175202
"language/statements/for/tco-let-body",
176203
"language/statements/for/tco-lhs-body",

0 commit comments

Comments
 (0)