Skip to content

Commit 1f81925

Browse files
Jake ChampionJakeChampion
authored andcommitted
make the wpt test results say 'pass' and 'fail' instead of 0 and 1
I keep misremembering whether 0 or 1 meant 'pass' when I am reading the test results . Instead of trying to remember that I've changed the test runner to emit 'PASS' and 'FAIL' instead
1 parent 7c6df77 commit 1f81925

File tree

168 files changed

+4155
-4155
lines changed

Some content is hidden

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

168 files changed

+4155
-4155
lines changed
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,89 @@
11
{
22
"Float arrays": {
3-
"status": 1
3+
"status": "FAIL"
44
},
55
"DataView": {
6-
"status": 1
6+
"status": "FAIL"
77
},
88
"Integer array: Int8Array": {
9-
"status": 0
9+
"status": "PASS"
1010
},
1111
"Large length: Int8Array": {
12-
"status": 1
12+
"status": "FAIL"
1313
},
1414
"Null arrays: Int8Array": {
15-
"status": 0
15+
"status": "PASS"
1616
},
1717
"Integer array: Int16Array": {
18-
"status": 0
18+
"status": "PASS"
1919
},
2020
"Large length: Int16Array": {
21-
"status": 1
21+
"status": "FAIL"
2222
},
2323
"Null arrays: Int16Array": {
24-
"status": 0
24+
"status": "PASS"
2525
},
2626
"Integer array: Int32Array": {
27-
"status": 0
27+
"status": "PASS"
2828
},
2929
"Large length: Int32Array": {
30-
"status": 1
30+
"status": "FAIL"
3131
},
3232
"Null arrays: Int32Array": {
33-
"status": 0
33+
"status": "PASS"
3434
},
3535
"Integer array: BigInt64Array": {
36-
"status": 0
36+
"status": "PASS"
3737
},
3838
"Large length: BigInt64Array": {
39-
"status": 1
39+
"status": "FAIL"
4040
},
4141
"Null arrays: BigInt64Array": {
42-
"status": 0
42+
"status": "PASS"
4343
},
4444
"Integer array: Uint8Array": {
45-
"status": 0
45+
"status": "PASS"
4646
},
4747
"Large length: Uint8Array": {
48-
"status": 1
48+
"status": "FAIL"
4949
},
5050
"Null arrays: Uint8Array": {
51-
"status": 0
51+
"status": "PASS"
5252
},
5353
"Integer array: Uint8ClampedArray": {
54-
"status": 0
54+
"status": "PASS"
5555
},
5656
"Large length: Uint8ClampedArray": {
57-
"status": 1
57+
"status": "FAIL"
5858
},
5959
"Null arrays: Uint8ClampedArray": {
60-
"status": 0
60+
"status": "PASS"
6161
},
6262
"Integer array: Uint16Array": {
63-
"status": 0
63+
"status": "PASS"
6464
},
6565
"Large length: Uint16Array": {
66-
"status": 1
66+
"status": "FAIL"
6767
},
6868
"Null arrays: Uint16Array": {
69-
"status": 0
69+
"status": "PASS"
7070
},
7171
"Integer array: Uint32Array": {
72-
"status": 0
72+
"status": "PASS"
7373
},
7474
"Large length: Uint32Array": {
75-
"status": 1
75+
"status": "FAIL"
7676
},
7777
"Null arrays: Uint32Array": {
78-
"status": 0
78+
"status": "PASS"
7979
},
8080
"Integer array: BigUint64Array": {
81-
"status": 0
81+
"status": "PASS"
8282
},
8383
"Large length: BigUint64Array": {
84-
"status": 1
84+
"status": "FAIL"
8585
},
8686
"Null arrays: BigUint64Array": {
87-
"status": 0
87+
"status": "PASS"
8888
}
8989
}
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
{
22
"chunk of type undefined should error the stream for gzip": {
3-
"status": 0
3+
"status": "PASS"
44
},
55
"chunk of type undefined should error the stream for deflate": {
6-
"status": 0
6+
"status": "PASS"
77
},
88
"chunk of type undefined should error the stream for deflate-raw": {
9-
"status": 0
9+
"status": "PASS"
1010
},
1111
"chunk of type null should error the stream for gzip": {
12-
"status": 0
12+
"status": "PASS"
1313
},
1414
"chunk of type null should error the stream for deflate": {
15-
"status": 0
15+
"status": "PASS"
1616
},
1717
"chunk of type null should error the stream for deflate-raw": {
18-
"status": 0
18+
"status": "PASS"
1919
},
2020
"chunk of type numeric should error the stream for gzip": {
21-
"status": 0
21+
"status": "PASS"
2222
},
2323
"chunk of type numeric should error the stream for deflate": {
24-
"status": 0
24+
"status": "PASS"
2525
},
2626
"chunk of type numeric should error the stream for deflate-raw": {
27-
"status": 0
27+
"status": "PASS"
2828
},
2929
"chunk of type object, not BufferSource should error the stream for gzip": {
30-
"status": 0
30+
"status": "PASS"
3131
},
3232
"chunk of type object, not BufferSource should error the stream for deflate": {
33-
"status": 0
33+
"status": "PASS"
3434
},
3535
"chunk of type object, not BufferSource should error the stream for deflate-raw": {
36-
"status": 0
36+
"status": "PASS"
3737
},
3838
"chunk of type array should error the stream for gzip": {
39-
"status": 0
39+
"status": "PASS"
4040
},
4141
"chunk of type array should error the stream for deflate": {
42-
"status": 0
42+
"status": "PASS"
4343
},
4444
"chunk of type array should error the stream for deflate-raw": {
45-
"status": 0
45+
"status": "PASS"
4646
},
4747
"chunk of type SharedArrayBuffer should error the stream for gzip": {
48-
"status": 1
48+
"status": "FAIL"
4949
},
5050
"chunk of type SharedArrayBuffer should error the stream for deflate": {
51-
"status": 1
51+
"status": "FAIL"
5252
},
5353
"chunk of type SharedArrayBuffer should error the stream for deflate-raw": {
54-
"status": 1
54+
"status": "FAIL"
5555
},
5656
"chunk of type shared Uint8Array should error the stream for gzip": {
57-
"status": 1
57+
"status": "FAIL"
5858
},
5959
"chunk of type shared Uint8Array should error the stream for deflate": {
60-
"status": 1
60+
"status": "FAIL"
6161
},
6262
"chunk of type shared Uint8Array should error the stream for deflate-raw": {
63-
"status": 1
63+
"status": "FAIL"
6464
}
6565
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"the result of compressing [,Hello,Hello] with deflate should be 'HelloHello'": {
3-
"status": 0
3+
"status": "PASS"
44
},
55
"the result of compressing [,Hello,Hello] with gzip should be 'HelloHello'": {
6-
"status": 0
6+
"status": "PASS"
77
},
88
"the result of compressing [,Hello,Hello] with deflate-raw should be 'HelloHello'": {
9-
"status": 0
9+
"status": "PASS"
1010
},
1111
"the result of compressing [Hello,,Hello] with deflate should be 'HelloHello'": {
12-
"status": 0
12+
"status": "PASS"
1313
},
1414
"the result of compressing [Hello,,Hello] with gzip should be 'HelloHello'": {
15-
"status": 0
15+
"status": "PASS"
1616
},
1717
"the result of compressing [Hello,,Hello] with deflate-raw should be 'HelloHello'": {
18-
"status": 0
18+
"status": "PASS"
1919
},
2020
"the result of compressing [Hello,Hello,] with deflate should be 'HelloHello'": {
21-
"status": 0
21+
"status": "PASS"
2222
},
2323
"the result of compressing [Hello,Hello,] with gzip should be 'HelloHello'": {
24-
"status": 0
24+
"status": "PASS"
2525
},
2626
"the result of compressing [Hello,Hello,] with deflate-raw should be 'HelloHello'": {
27-
"status": 0
27+
"status": "PASS"
2828
}
2929
}

0 commit comments

Comments
 (0)