Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 81d0462

Browse files
Remove trailing spaces from expected.txt files in web-platform-tests/[w-z]*
https://bugs.webkit.org/show_bug.cgi?id=217022 Reviewed by Zalan Bujtas. This affects many files, and it's not helpful to fill the change log with a list of them. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@267649 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent e41b4d0 commit 81d0462

File tree

1,289 files changed

+14903
-14894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,289 files changed

+14903
-14894
lines changed

LayoutTests/imported/w3c/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-09-26 Darin Adler <[email protected]>
2+
3+
Remove trailing spaces from expected.txt files in web-platform-tests/[w-z]*
4+
https://bugs.webkit.org/show_bug.cgi?id=217022
5+
6+
Reviewed by Zalan Bujtas.
7+
8+
This affects many files, and it's not helpful to fill the change log with a list of them.
9+
110
2020-09-26 Darin Adler <[email protected]>
211

312
Remove trailing spaces from expected.txt files in web-platform-tests/[i-v]*
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
PASS Missing argument
3-
PASS Invalid arguments
4-
PASS Branding
5-
PASS Promise type
6-
PASS Empty buffer
7-
PASS Invalid code
8-
PASS Result type
9-
PASS Stray argument
10-
PASS Changing the buffer
2+
PASS Missing argument
3+
PASS Invalid arguments
4+
PASS Branding
5+
PASS Promise type
6+
PASS Empty buffer
7+
PASS Invalid code
8+
PASS Result type
9+
PASS Stray argument
10+
PASS Changing the buffer
1111

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
PASS Missing argument
3-
PASS Invalid arguments
4-
PASS Branding
5-
PASS Promise type
6-
PASS Empty buffer
7-
PASS Invalid code
8-
PASS Result type
9-
PASS Stray argument
10-
PASS Changing the buffer
2+
PASS Missing argument
3+
PASS Invalid arguments
4+
PASS Branding
5+
PASS Promise type
6+
PASS Empty buffer
7+
PASS Invalid code
8+
PASS Result type
9+
PASS Stray argument
10+
PASS Changing the buffer
1111

LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/constructor/instantiate-bad-imports.any-expected.txt

Lines changed: 130 additions & 130 deletions
Large diffs are not rendered by default.

LayoutTests/imported/w3c/web-platform-tests/wasm/jsapi/constructor/instantiate-bad-imports.any.worker-expected.txt

Lines changed: 130 additions & 130 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11

2-
PASS Missing arguments
3-
PASS Branding
4-
PASS Invalid arguments
5-
PASS Promise type
6-
PASS Empty module without imports argument: BufferSource argument
7-
PASS Empty module without imports argument: Module argument
8-
PASS Empty module with undefined imports argument: BufferSource argument
9-
PASS Empty module with undefined imports argument: Module argument
10-
PASS Empty module with empty imports argument: BufferSource argument
11-
PASS Empty module with empty imports argument: Module argument
2+
PASS Missing arguments
3+
PASS Branding
4+
PASS Invalid arguments
5+
PASS Promise type
6+
PASS Empty module without imports argument: BufferSource argument
7+
PASS Empty module without imports argument: Module argument
8+
PASS Empty module with undefined imports argument: BufferSource argument
9+
PASS Empty module with undefined imports argument: Module argument
10+
PASS Empty module with empty imports argument: BufferSource argument
11+
PASS Empty module with empty imports argument: Module argument
1212
FAIL getter order for imports object: BufferSource argument assert_array_equals: expected property 1 to be "global1 getter" but got "memory getter" (expected array ["module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "memory getter", "module getter", "global2 getter"] got ["module getter", "memory getter", "module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "global2 getter"])
1313
FAIL getter order for imports object: Module argument assert_array_equals: expected property 1 to be "global1 getter" but got "memory getter" (expected array ["module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "memory getter", "module getter", "global2 getter"] got ["module getter", "memory getter", "module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "global2 getter"])
14-
PASS imports: BufferSource argument
15-
PASS imports: Module argument
14+
PASS imports: BufferSource argument
15+
PASS imports: Module argument
1616
FAIL No imports: BufferSource argument assert_array_equals: matching export keys expected property 2 to be "table" but got "global" (expected array ["fn", "fn2", "table", "global", "global2", "memory"] got ["fn", "fn2", "global", "global2", "memory", "table"])
1717
FAIL No imports: Module argument assert_array_equals: matching export keys expected property 2 to be "table" but got "global" (expected array ["fn", "fn2", "table", "global", "global2", "memory"] got ["fn", "fn2", "global", "global2", "memory", "table"])
1818
FAIL exports and imports: BufferSource argument assert_false: fn: writable expected false got true
1919
FAIL exports and imports: Module argument assert_false: fn: writable expected false got true
20-
PASS stray argument: BufferSource argument
21-
PASS stray argument: Module argument
22-
PASS Synchronous options handling: Buffer argument
20+
PASS stray argument: BufferSource argument
21+
PASS stray argument: Module argument
22+
PASS Synchronous options handling: Buffer argument
2323
FAIL Synchronous options handling: Module argument assert_array_equals: lengths differ, expected array ["module getter", "global getter"] length 2, got [] length 0
24-
PASS Empty buffer
25-
PASS Invalid code
26-
PASS Changing the buffer
24+
PASS Empty buffer
25+
PASS Invalid code
26+
PASS Changing the buffer
2727

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11

2-
PASS Missing arguments
3-
PASS Branding
4-
PASS Invalid arguments
5-
PASS Promise type
6-
PASS Empty module without imports argument: BufferSource argument
7-
PASS Empty module without imports argument: Module argument
8-
PASS Empty module with undefined imports argument: BufferSource argument
9-
PASS Empty module with undefined imports argument: Module argument
10-
PASS Empty module with empty imports argument: BufferSource argument
11-
PASS Empty module with empty imports argument: Module argument
2+
PASS Missing arguments
3+
PASS Branding
4+
PASS Invalid arguments
5+
PASS Promise type
6+
PASS Empty module without imports argument: BufferSource argument
7+
PASS Empty module without imports argument: Module argument
8+
PASS Empty module with undefined imports argument: BufferSource argument
9+
PASS Empty module with undefined imports argument: Module argument
10+
PASS Empty module with empty imports argument: BufferSource argument
11+
PASS Empty module with empty imports argument: Module argument
1212
FAIL getter order for imports object: BufferSource argument assert_array_equals: expected property 1 to be "global1 getter" but got "memory getter" (expected array ["module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "memory getter", "module getter", "global2 getter"] got ["module getter", "memory getter", "module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "global2 getter"])
1313
FAIL getter order for imports object: Module argument assert_array_equals: expected property 1 to be "global1 getter" but got "memory getter" (expected array ["module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "memory getter", "module getter", "global2 getter"] got ["module getter", "memory getter", "module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "global2 getter"])
14-
PASS imports: BufferSource argument
15-
PASS imports: Module argument
14+
PASS imports: BufferSource argument
15+
PASS imports: Module argument
1616
FAIL No imports: BufferSource argument assert_array_equals: matching export keys expected property 2 to be "table" but got "global" (expected array ["fn", "fn2", "table", "global", "global2", "memory"] got ["fn", "fn2", "global", "global2", "memory", "table"])
1717
FAIL No imports: Module argument assert_array_equals: matching export keys expected property 2 to be "table" but got "global" (expected array ["fn", "fn2", "table", "global", "global2", "memory"] got ["fn", "fn2", "global", "global2", "memory", "table"])
1818
FAIL exports and imports: BufferSource argument assert_false: fn: writable expected false got true
1919
FAIL exports and imports: Module argument assert_false: fn: writable expected false got true
20-
PASS stray argument: BufferSource argument
21-
PASS stray argument: Module argument
22-
PASS Synchronous options handling: Buffer argument
20+
PASS stray argument: BufferSource argument
21+
PASS stray argument: Module argument
22+
PASS Synchronous options handling: Buffer argument
2323
FAIL Synchronous options handling: Module argument assert_array_equals: lengths differ, expected array ["module getter", "global getter"] length 2, got [] length 0
24-
PASS Empty buffer
25-
PASS Invalid code
26-
PASS Changing the buffer
24+
PASS Empty buffer
25+
PASS Invalid code
26+
PASS Changing the buffer
2727

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
PASS multiple return values from wasm to js
3-
PASS multiple return values inside wasm
2+
PASS multiple return values from wasm to js
3+
PASS multiple return values inside wasm
44
FAIL multiple return values from js to wasm assert_array_equals: expected property 6 to be "next call 2" but got "valueOf get 1" (expected array ["@@iterator getter", "@@iterator call", "next getter", "next call 1", "done call 1", "value call 1", "next call 2", "done call 2", "value call 2", "next call 3", "done call 3", "valueOf get 1", "valueOf call 1", "valueOf get 2", "valueOf call 2"] got ["@@iterator getter", "@@iterator call", "next getter", "next call 1", "done call 1", "value call 1", "valueOf get 1", "valueOf call 1", "next call 2", "done call 2", "value call 2", "valueOf get 2", "valueOf call 2", "next call 3", "done call 3"])
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
PASS multiple return values from wasm to js
3-
PASS multiple return values inside wasm
2+
PASS multiple return values from wasm to js
3+
PASS multiple return values inside wasm
44
FAIL multiple return values from js to wasm assert_array_equals: expected property 6 to be "next call 2" but got "valueOf get 1" (expected array ["@@iterator getter", "@@iterator call", "next getter", "next call 1", "done call 1", "value call 1", "next call 2", "done call 2", "value call 2", "next call 3", "done call 3", "valueOf get 1", "valueOf call 1", "valueOf get 2", "valueOf call 2"] got ["@@iterator getter", "@@iterator call", "next getter", "next call 1", "done call 1", "value call 1", "valueOf get 1", "valueOf call 1", "next call 2", "done call 2", "value call 2", "valueOf get 2", "valueOf call 2", "next call 3", "done call 3"])
55

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11

2-
PASS Missing argument
3-
PASS Invalid arguments
4-
PASS Branding
5-
PASS Validating module [] in Uint8Array
6-
PASS Validating module [] in Int8Array
7-
PASS Validating module [] in Uint16Array
8-
PASS Validating module [] in Int16Array
9-
PASS Validating module [] in Uint32Array
10-
PASS Validating module [] in Int32Array
11-
PASS Validating module [0] in Uint8Array
12-
PASS Validating module [0] in Int8Array
13-
PASS Validating module [0 61] in Uint8Array
14-
PASS Validating module [0 61] in Int8Array
15-
PASS Validating module [0 61] in Uint16Array
16-
PASS Validating module [0 61] in Int16Array
17-
PASS Validating module [0 61 73] in Uint8Array
18-
PASS Validating module [0 61 73] in Int8Array
19-
PASS Validating module [0 61 73 6d] in Uint8Array
20-
PASS Validating module [0 61 73 6d] in Int8Array
21-
PASS Validating module [0 61 73 6d] in Uint16Array
22-
PASS Validating module [0 61 73 6d] in Int16Array
23-
PASS Validating module [0 61 73 6d] in Uint32Array
24-
PASS Validating module [0 61 73 6d] in Int32Array
25-
PASS Validating module [0 61 73 6d 1] in Uint8Array
26-
PASS Validating module [0 61 73 6d 1] in Int8Array
27-
PASS Validating module [0 61 73 6d 1 0] in Uint8Array
28-
PASS Validating module [0 61 73 6d 1 0] in Int8Array
29-
PASS Validating module [0 61 73 6d 1 0] in Uint16Array
30-
PASS Validating module [0 61 73 6d 1 0] in Int16Array
31-
PASS Validating module [0 61 73 6d 1 0 0] in Uint8Array
32-
PASS Validating module [0 61 73 6d 1 0 0] in Int8Array
33-
PASS Validating module [0 61 73 6d 1 0 0 0] in Uint8Array
34-
PASS Validating module [0 61 73 6d 1 0 0 0] in Int8Array
2+
PASS Missing argument
3+
PASS Invalid arguments
4+
PASS Branding
5+
PASS Validating module [] in Uint8Array
6+
PASS Validating module [] in Int8Array
7+
PASS Validating module [] in Uint16Array
8+
PASS Validating module [] in Int16Array
9+
PASS Validating module [] in Uint32Array
10+
PASS Validating module [] in Int32Array
11+
PASS Validating module [0] in Uint8Array
12+
PASS Validating module [0] in Int8Array
13+
PASS Validating module [0 61] in Uint8Array
14+
PASS Validating module [0 61] in Int8Array
15+
PASS Validating module [0 61] in Uint16Array
16+
PASS Validating module [0 61] in Int16Array
17+
PASS Validating module [0 61 73] in Uint8Array
18+
PASS Validating module [0 61 73] in Int8Array
19+
PASS Validating module [0 61 73 6d] in Uint8Array
20+
PASS Validating module [0 61 73 6d] in Int8Array
21+
PASS Validating module [0 61 73 6d] in Uint16Array
22+
PASS Validating module [0 61 73 6d] in Int16Array
23+
PASS Validating module [0 61 73 6d] in Uint32Array
24+
PASS Validating module [0 61 73 6d] in Int32Array
25+
PASS Validating module [0 61 73 6d 1] in Uint8Array
26+
PASS Validating module [0 61 73 6d 1] in Int8Array
27+
PASS Validating module [0 61 73 6d 1 0] in Uint8Array
28+
PASS Validating module [0 61 73 6d 1 0] in Int8Array
29+
PASS Validating module [0 61 73 6d 1 0] in Uint16Array
30+
PASS Validating module [0 61 73 6d 1 0] in Int16Array
31+
PASS Validating module [0 61 73 6d 1 0 0] in Uint8Array
32+
PASS Validating module [0 61 73 6d 1 0 0] in Int8Array
33+
PASS Validating module [0 61 73 6d 1 0 0 0] in Uint8Array
34+
PASS Validating module [0 61 73 6d 1 0 0 0] in Int8Array
3535
FAIL Validating module [0 61 73 6d 1 0 0 0] in Uint16Array assert_equals: expected true but got false
3636
FAIL Validating module [0 61 73 6d 1 0 0 0] in Int16Array assert_equals: expected true but got false
3737
FAIL Validating module [0 61 73 6d 1 0 0 0] in Uint32Array assert_equals: expected true but got false
3838
FAIL Validating module [0 61 73 6d 1 0 0 0] in Int32Array assert_equals: expected true but got false
39-
PASS Validating module [0 61 73 6d 0 0 0 0] in Uint8Array
40-
PASS Validating module [0 61 73 6d 0 0 0 0] in Int8Array
41-
PASS Validating module [0 61 73 6d 0 0 0 0] in Uint16Array
42-
PASS Validating module [0 61 73 6d 0 0 0 0] in Int16Array
43-
PASS Validating module [0 61 73 6d 0 0 0 0] in Uint32Array
44-
PASS Validating module [0 61 73 6d 0 0 0 0] in Int32Array
45-
PASS Validating module [0 61 73 6d 2 0 0 0] in Uint8Array
46-
PASS Validating module [0 61 73 6d 2 0 0 0] in Int8Array
47-
PASS Validating module [0 61 73 6d 2 0 0 0] in Uint16Array
48-
PASS Validating module [0 61 73 6d 2 0 0 0] in Int16Array
49-
PASS Validating module [0 61 73 6d 2 0 0 0] in Uint32Array
50-
PASS Validating module [0 61 73 6d 2 0 0 0] in Int32Array
51-
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Uint8Array
52-
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Int8Array
53-
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Uint16Array
54-
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Int16Array
55-
PASS Validating module [0 61 73 6d 1 0 0 0 0 1 0] in Uint8Array
56-
PASS Validating module [0 61 73 6d 1 0 0 0 0 1 0] in Int8Array
57-
PASS Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Uint8Array
58-
PASS Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Int8Array
39+
PASS Validating module [0 61 73 6d 0 0 0 0] in Uint8Array
40+
PASS Validating module [0 61 73 6d 0 0 0 0] in Int8Array
41+
PASS Validating module [0 61 73 6d 0 0 0 0] in Uint16Array
42+
PASS Validating module [0 61 73 6d 0 0 0 0] in Int16Array
43+
PASS Validating module [0 61 73 6d 0 0 0 0] in Uint32Array
44+
PASS Validating module [0 61 73 6d 0 0 0 0] in Int32Array
45+
PASS Validating module [0 61 73 6d 2 0 0 0] in Uint8Array
46+
PASS Validating module [0 61 73 6d 2 0 0 0] in Int8Array
47+
PASS Validating module [0 61 73 6d 2 0 0 0] in Uint16Array
48+
PASS Validating module [0 61 73 6d 2 0 0 0] in Int16Array
49+
PASS Validating module [0 61 73 6d 2 0 0 0] in Uint32Array
50+
PASS Validating module [0 61 73 6d 2 0 0 0] in Int32Array
51+
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Uint8Array
52+
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Int8Array
53+
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Uint16Array
54+
PASS Validating module [0 61 73 6d 1 0 0 0 0 0] in Int16Array
55+
PASS Validating module [0 61 73 6d 1 0 0 0 0 1 0] in Uint8Array
56+
PASS Validating module [0 61 73 6d 1 0 0 0 0 1 0] in Int8Array
57+
PASS Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Uint8Array
58+
PASS Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Int8Array
5959
FAIL Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Uint16Array assert_equals: expected true but got false
6060
FAIL Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Int16Array assert_equals: expected true but got false
6161
FAIL Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Uint32Array assert_equals: expected true but got false
6262
FAIL Validating module [0 61 73 6d 1 0 0 0 0 2 1 61] in Int32Array assert_equals: expected true but got false
63-
PASS Stray argument
63+
PASS Stray argument
6464

0 commit comments

Comments
 (0)