Bug 1153521 - Disable some unstable cache-storage tests, a=testonly

This commit is contained in:
James Graham 2015-04-13 10:30:25 +01:00
Родитель eeee9fad53
Коммит 6d7d5514c1
6 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
[cache-add.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[Cache.add called with Request object]
expected: FAIL

Просмотреть файл

@ -1,5 +1,7 @@
[cache-delete.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[Cache.delete called with a Request object]
expected: FAIL

Просмотреть файл

@ -2,6 +2,7 @@
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
if os == "linux" and bits == 64: https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): TIMEOUT

Просмотреть файл

@ -1,5 +1,7 @@
[cache-add.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[Cache.add called with Request object]
expected: FAIL

Просмотреть файл

@ -1,5 +1,7 @@
[cache-delete.https.html]
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
[Cache.delete called with a Request object]
expected: FAIL

Просмотреть файл

@ -2,6 +2,7 @@
type: testharness
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
if os == "linux" and bits == 64: https://bugzilla.mozilla.org/show_bug.cgi?id=1153470
expected:
if not debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): TIMEOUT
[Cache.matchAll with no matching entries]