@@ -185,41 +185,18 @@ export default {
185185 } ,
186186 'idlharness.https.any.js' : {
187187 comment :
188- 'Workers expose globals differently than browsers - these interface tests fail ' ,
188+ 'Remaining IDL failures: prototype chain issues, operation .length mismatches ' ,
189189 expectedFailures : [
190- 'FileSystemHandle interface: existence and properties of interface object' ,
191- 'FileSystemHandle interface object length' ,
192- 'FileSystemHandle interface object name' ,
193- 'FileSystemHandle interface: existence and properties of interface prototype object' ,
194- 'FileSystemHandle interface: existence and properties of interface prototype object\'s "constructor" property' ,
195- "FileSystemHandle interface: existence and properties of interface prototype object's @@unscopables property" ,
196- 'FileSystemHandle interface: attribute kind' ,
197- 'FileSystemHandle interface: attribute name' ,
198190 'FileSystemHandle interface: operation isSameEntry(FileSystemHandle)' ,
199191 'FileSystemFileHandle interface: existence and properties of interface object' ,
200- 'FileSystemFileHandle interface object length' ,
201- 'FileSystemFileHandle interface object name' ,
202- 'FileSystemFileHandle interface: existence and properties of interface prototype object' ,
203- 'FileSystemFileHandle interface: existence and properties of interface prototype object\'s "constructor" property' ,
204- "FileSystemFileHandle interface: existence and properties of interface prototype object's @@unscopables property" ,
205192 'FileSystemFileHandle interface: operation getFile()' ,
206193 'FileSystemFileHandle interface: operation createWritable(optional FileSystemCreateWritableOptions)' ,
207194 'FileSystemDirectoryHandle interface: existence and properties of interface object' ,
208- 'FileSystemDirectoryHandle interface object length' ,
209- 'FileSystemDirectoryHandle interface object name' ,
210- 'FileSystemDirectoryHandle interface: existence and properties of interface prototype object' ,
211- 'FileSystemDirectoryHandle interface: existence and properties of interface prototype object\'s "constructor" property' ,
212- "FileSystemDirectoryHandle interface: existence and properties of interface prototype object's @@unscopables property" ,
213195 'FileSystemDirectoryHandle interface: operation getFileHandle(USVString, optional FileSystemGetFileOptions)' ,
214196 'FileSystemDirectoryHandle interface: operation getDirectoryHandle(USVString, optional FileSystemGetDirectoryOptions)' ,
215197 'FileSystemDirectoryHandle interface: operation removeEntry(USVString, optional FileSystemRemoveOptions)' ,
216198 'FileSystemDirectoryHandle interface: operation resolve(FileSystemHandle)' ,
217199 'FileSystemWritableFileStream interface: existence and properties of interface object' ,
218- 'FileSystemWritableFileStream interface object length' ,
219- 'FileSystemWritableFileStream interface object name' ,
220- 'FileSystemWritableFileStream interface: existence and properties of interface prototype object' ,
221- 'FileSystemWritableFileStream interface: existence and properties of interface prototype object\'s "constructor" property' ,
222- "FileSystemWritableFileStream interface: existence and properties of interface prototype object's @@unscopables property" ,
223200 'FileSystemWritableFileStream interface: operation write(FileSystemWriteChunkType)' ,
224201 'FileSystemWritableFileStream interface: operation seek(unsigned long long)' ,
225202 'FileSystemWritableFileStream interface: operation truncate(unsigned long long)' ,
0 commit comments