Skip to content

Commit 398327e

Browse files
Alexandre Folle de MenezesAlexandre Folle de Menezes
authored andcommitted
Update the notes for TypedArray tests
1 parent bc4c34d commit 398327e

File tree

2 files changed

+202
-198
lines changed

2 files changed

+202
-198
lines changed

data-es6.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,14 +5321,14 @@ exports.tests = [
53215321
res: {
53225322
babel6: babel.corejs,
53235323
typescript1: typescript.corejs,
5324-
firefox2: false,
5325-
firefox4: true,
53265324
ie11: {
53275325
val: true,
53285326
note_id: "ie-clampedarray",
5329-
note_html: "<code>Uint8ClampedArray</code> has been introduced in the build <a href='https://support.microsoft.com/en-us/help/2929437/description-of-the-security-update-for-internet-explorer-11-on-windows'>KB2929437</a>, so it is missing in early IE11 builds"
5327+
note_html: "A partial implementation of <code>Uint8ClampedArray</code> has been introduced with <a href='https://support.microsoft.com/en-us/help/2929437/description-of-the-security-update-for-internet-explorer-11-on-windows'>KB2929437</a>, so this test fails on early IE11 builds."
53305328
},
53315329
edge12: true,
5330+
firefox2: false,
5331+
firefox4: true,
53325332
chrome5: true,
53335333
safari6: true,
53345334
opera10_50: false,
@@ -5966,7 +5966,11 @@ exports.tests = [
59665966
babel6: babel.corejs,
59675967
typescript1: typescript.corejs,
59685968
ejs: true,
5969-
ie11: true,
5969+
ie11: {
5970+
val: true,
5971+
note_id: "ie-subarray",
5972+
note_html: "This test depends on <code>Uint8ClampedArray</code> which has been introduced with <a href='https://support.microsoft.com/en-us/help/2929437/description-of-the-security-update-for-internet-explorer-11-on-windows'>KB2929437</a>, so it fails on early IE11 builds."
5973+
},
59705974
edge12: true,
59715975
firefox2: false,
59725976
firefox4: true,

0 commit comments

Comments
 (0)