Skip to content

Commit

Permalink
Update the notes for TypedArray tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Folle de Menezes authored and Alexandre Folle de Menezes committed Jun 27, 2018
1 parent cbc4116 commit d2af0a2
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 197 deletions.
12 changes: 8 additions & 4 deletions data-es6.js
Expand Up @@ -5321,14 +5321,14 @@ exports.tests = [
res: {
babel6: babel.corejs,
typescript1: typescript.corejs,
firefox2: false,
firefox4: true,
ie11: {
val: true,
note_id: "ie-clampedarray",
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"
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."
},
edge12: true,
firefox2: false,
firefox4: true,
chrome5: true,
safari6: true,
opera10_50: false,
Expand Down Expand Up @@ -5966,7 +5966,11 @@ exports.tests = [
babel6: babel.corejs,
typescript1: typescript.corejs,
ejs: true,
ie11: true,
ie11: {
val: true,
note_id: "ie-subarray",
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."
},
edge12: true,
firefox2: false,
firefox4: true,
Expand Down

0 comments on commit d2af0a2

Please sign in to comment.