mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
55b6d367ce
--HG-- rename : dom/filehandle/FileHandle.cpp => dom/filehandle/MutableFile.cpp rename : dom/filehandle/FileHandle.h => dom/filehandle/MutableFile.h rename : dom/filehandle/test/test_lockedfile_lifetimes.html => dom/filehandle/test/test_filehandle_lifetimes.html rename : dom/filehandle/test/test_lockedfile_lifetimes_nested.html => dom/filehandle/test/test_filehandle_lifetimes_nested.html rename : dom/filehandle/test/test_lockedfile_ordering.html => dom/filehandle/test/test_filehandle_ordering.html rename : dom/filehandle/test/test_overlapping_lockedfiles.html => dom/filehandle/test/test_overlapping_filehandles.html rename : dom/filehandle/test/test_readonly_lockedfiles.html => dom/filehandle/test/test_readonly_filehandles.html rename : dom/indexedDB/IDBFileHandle.cpp => dom/indexedDB/IDBMutableFile.cpp rename : dom/indexedDB/IDBFileHandle.h => dom/indexedDB/IDBMutableFile.h rename : dom/webidl/IDBFileHandle.webidl => dom/webidl/IDBMutableFile.webidl rename : dom/webidl/FileHandle.webidl => dom/webidl/MutableFile.webidl
40 lines
1.7 KiB
INI
40 lines
1.7 KiB
INI
[DEFAULT]
|
|
skip-if = e10s
|
|
support-files =
|
|
dummy_worker.js
|
|
helpers.js
|
|
|
|
[test_append_read_data.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_compat.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_filehandle_lifetimes.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_filehandle_lifetimes_nested.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_filehandle_ordering.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_getFile.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_getFileId.html]
|
|
[test_location.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_overlapping_filehandles.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_progress_events.html]
|
|
skip-if = buildapp == 'b2g' # b2g(All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:109) b2g-debug(All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:109) b2g-desktop(All of these fail fairly regularly with: UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. at http://mochi.test:8888/tests/dom/file/test/helpers.js:109)
|
|
[test_readonly_filehandles.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_request_readyState.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_stream_tracking.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_success_events_after_abort.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_truncate.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_workers.html]
|
|
skip-if = buildapp == 'b2g'
|
|
[test_write_read_data.html]
|
|
skip-if = buildapp == 'b2g'
|