From fbb4d8f37702b5647ac5adc722015e3f5e288ee4 Mon Sep 17 00:00:00 2001 From: Tom Tung Date: Thu, 20 Feb 2020 07:08:01 +0000 Subject: [PATCH] Bug 1615273 - Cleanup decode-utf8.any.ini file; r=perry Differential Revision: https://phabricator.services.mozilla.com/D63348 --HG-- extra : moz-landing-system : lando --- .../encoding/streams/decode-utf8.any.js.ini | 63 +------------------ 1 file changed, 2 insertions(+), 61 deletions(-) diff --git a/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini index a620b5edbfc4..fc031ceeb50d 100644 --- a/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini +++ b/testing/web-platform/meta/encoding/streams/decode-utf8.any.js.ini @@ -1,9 +1,7 @@ -[decode-utf8.https.any.serviceworker.html] - expected: TIMEOUT - [decode-utf8.any.sharedworker.html] expected: - if not early_beta_or_earlier: TIMEOUT + if not early_beta_or_earlier: ERROR + [decoding one UTF-8 chunk should give one output string - ArrayBuffer] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 expected: FAIL @@ -44,63 +42,6 @@ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 expected: FAIL - -[decode-utf8.any.serviceworker.html] - [decode-utf8] - expected: - if not early_beta_or_earlier: FAIL - - [decoding one UTF-8 chunk should give one output string - ArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [decoding an empty chunk should give no output chunks - ArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [an initial empty chunk should be ignored - ArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [a trailing empty chunk should be ignored- ArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [decoding one UTF-8 chunk should give one output string - SharedArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [decoding an empty chunk should give no output chunks - SharedArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [an initial empty chunk should be ignored - SharedArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [a trailing empty chunk should be ignored- SharedArrayBuffer] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [decoding a transferred Uint8Array chunk should give no output] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [decoding a transferred ArrayBuffer chunk should give no output] - expected: - if early_beta_or_earlier: FAIL - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1561594 - - [decode-utf8.any.html] expected: if not early_beta_or_earlier: ERROR