From b70d80de48c4870921cab715febcc3aadaeb732b Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 16 Feb 2017 15:50:01 +0000 Subject: [PATCH] Bug 1336639 - Disable unstable IndexedDB tests on Windows, a=testonly MozReview-Commit-ID: 5UDmtEVUU0n --- .../meta/IndexedDB/idbcursor-update-exception-order.htm.ini | 2 ++ .../idbobjectstore-deleteIndex-exception-order.html.ini | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 testing/web-platform/meta/IndexedDB/idbcursor-update-exception-order.htm.ini create mode 100644 testing/web-platform/meta/IndexedDB/idbobjectstore-deleteIndex-exception-order.html.ini diff --git a/testing/web-platform/meta/IndexedDB/idbcursor-update-exception-order.htm.ini b/testing/web-platform/meta/IndexedDB/idbcursor-update-exception-order.htm.ini new file mode 100644 index 000000000000..3bd1209641b7 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idbcursor-update-exception-order.htm.ini @@ -0,0 +1,2 @@ +[idbcursor-update-exception-order.htm] + disabled: if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1336639 diff --git a/testing/web-platform/meta/IndexedDB/idbobjectstore-deleteIndex-exception-order.html.ini b/testing/web-platform/meta/IndexedDB/idbobjectstore-deleteIndex-exception-order.html.ini new file mode 100644 index 000000000000..b74f5804754b --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idbobjectstore-deleteIndex-exception-order.html.ini @@ -0,0 +1,2 @@ +[idbobjectstore-deleteIndex-exception-order.html] + disabled: if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1336639