Skip to content

Commit ee409bd

Browse files
author
Guy Bedford
authored
deps: upgrade to latest StarlingMonkey (#1088)
1 parent a2e6ad7 commit ee409bd

File tree

71 files changed

+35781
-109
lines changed

Some content is hidden

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

71 files changed

+35781
-109
lines changed

runtime/StarlingMonkey

Submodule StarlingMonkey updated 49 files
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
{
2+
"File interface object exists": {
3+
"status": "PASS"
4+
},
5+
"Required arguments": {
6+
"status": "FAIL"
7+
},
8+
"empty fileBits": {
9+
"status": "FAIL"
10+
},
11+
"DOMString fileBits": {
12+
"status": "FAIL"
13+
},
14+
"Unicode DOMString fileBits": {
15+
"status": "FAIL"
16+
},
17+
"String object fileBits": {
18+
"status": "FAIL"
19+
},
20+
"Empty Blob fileBits": {
21+
"status": "FAIL"
22+
},
23+
"Blob fileBits": {
24+
"status": "FAIL"
25+
},
26+
"Empty File fileBits": {
27+
"status": "FAIL"
28+
},
29+
"File fileBits": {
30+
"status": "FAIL"
31+
},
32+
"ArrayBuffer fileBits": {
33+
"status": "FAIL"
34+
},
35+
"Typed array fileBits": {
36+
"status": "FAIL"
37+
},
38+
"Various fileBits": {
39+
"status": "FAIL"
40+
},
41+
"Number in fileBits": {
42+
"status": "FAIL"
43+
},
44+
"Array in fileBits": {
45+
"status": "FAIL"
46+
},
47+
"Object in fileBits": {
48+
"status": "FAIL"
49+
},
50+
"Object with toString in fileBits": {
51+
"status": "FAIL"
52+
},
53+
"Custom @@iterator": {
54+
"status": "FAIL"
55+
},
56+
"Invalid bits argument: \"hello\"": {
57+
"status": "FAIL"
58+
},
59+
"Invalid bits argument: 0": {
60+
"status": "FAIL"
61+
},
62+
"Invalid bits argument: null": {
63+
"status": "FAIL"
64+
},
65+
"Bits argument: object that throws": {
66+
"status": "FAIL"
67+
},
68+
"Using fileName": {
69+
"status": "FAIL"
70+
},
71+
"No replacement when using special character in fileName": {
72+
"status": "FAIL"
73+
},
74+
"Using null fileName": {
75+
"status": "FAIL"
76+
},
77+
"Using number fileName": {
78+
"status": "FAIL"
79+
},
80+
"Using empty string fileName": {
81+
"status": "FAIL"
82+
},
83+
"Using type in File constructor: text/plain": {
84+
"status": "FAIL"
85+
},
86+
"Using type in File constructor: text/plain;charset=UTF-8": {
87+
"status": "FAIL"
88+
},
89+
"Using type in File constructor: TEXT/PLAIN": {
90+
"status": "FAIL"
91+
},
92+
"Using type in File constructor: 𝓽𝓮𝔁𝓽/𝔭𝔩𝔞𝔦𝔫": {
93+
"status": "FAIL"
94+
},
95+
"Using type in File constructor: ascii/nonprintable\u001f": {
96+
"status": "FAIL"
97+
},
98+
"Using type in File constructor: ascii/nonprintable": {
99+
"status": "FAIL"
100+
},
101+
"Using type in File constructor: nonasciiî": {
102+
"status": "FAIL"
103+
},
104+
"Using type in File constructor: nonasciiሴ": {
105+
"status": "FAIL"
106+
},
107+
"Using type in File constructor: nonparsable": {
108+
"status": "FAIL"
109+
},
110+
"Using lastModified": {
111+
"status": "FAIL"
112+
},
113+
"Misusing name": {
114+
"status": "FAIL"
115+
},
116+
"Unknown properties are ignored": {
117+
"status": "FAIL"
118+
},
119+
"Invalid property bag: 123": {
120+
"status": "FAIL"
121+
},
122+
"Invalid property bag: 123.4": {
123+
"status": "FAIL"
124+
},
125+
"Invalid property bag: true": {
126+
"status": "FAIL"
127+
},
128+
"Invalid property bag: \"abc\"": {
129+
"status": "FAIL"
130+
},
131+
"Unusual but valid property bag: null": {
132+
"status": "FAIL"
133+
},
134+
"Unusual but valid property bag: undefined": {
135+
"status": "FAIL"
136+
},
137+
"Unusual but valid property bag: 1,2,3": {
138+
"status": "FAIL"
139+
},
140+
"Unusual but valid property bag: /regex/": {
141+
"status": "FAIL"
142+
},
143+
"Unusual but valid property bag: function() {}": {
144+
"status": "FAIL"
145+
},
146+
"Property bag propagates exceptions": {
147+
"status": "FAIL"
148+
}
149+
}

tests/wpt-harness/expectations/WebCryptoAPI/digest/digest.https.any.js.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -238,17 +238,5 @@
238238
},
239239
"AES-KW with long": {
240240
"status": "PASS"
241-
},
242-
"empty algorithm object with empty": {
243-
"status": "FAIL"
244-
},
245-
"empty algorithm object with short": {
246-
"status": "FAIL"
247-
},
248-
"empty algorithm object with medium": {
249-
"status": "FAIL"
250-
},
251-
"empty algorithm object with long": {
252-
"status": "FAIL"
253241
}
254242
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"\"a\" should cause the constructor to throw": {
3+
"status": "PASS"
4+
},
5+
"no input should cause the constructor to throw": {
6+
"status": "PASS"
7+
},
8+
"non-string input should cause the constructor to throw": {
9+
"status": "PASS"
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"deflate compression with large flush output": {
3+
"status": "FAIL"
4+
},
5+
"gzip compression with large flush output": {
6+
"status": "FAIL"
7+
},
8+
"deflate-raw compression with large flush output": {
9+
"status": "FAIL"
10+
}
11+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Logging a symbol doesn't throw": {
3+
"status": "PASS"
4+
}
5+
}

0 commit comments

Comments
 (0)