summaryrefslogtreecommitdiffstats
path: root/SunSpider/UNCOVERED
diff options
context:
space:
mode:
authorCary Clark <>2009-04-14 06:33:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-14 06:33:00 -0700
commit563af33bc48281d19dce701398dbb88cb54fd7ec (patch)
tree395b4502f029dea8b25b342d66dc06b5d8f99985 /SunSpider/UNCOVERED
parent5cfedfef172691d0f4bcf2be5ca3cddd8c9a47f4 (diff)
downloadexternal_webkit-563af33bc48281d19dce701398dbb88cb54fd7ec.zip
external_webkit-563af33bc48281d19dce701398dbb88cb54fd7ec.tar.gz
external_webkit-563af33bc48281d19dce701398dbb88cb54fd7ec.tar.bz2
AI 146110: add missing files to webkit
brings it in sync with webkit svn cl 42046 Automated import of CL 146110
Diffstat (limited to 'SunSpider/UNCOVERED')
-rw-r--r--SunSpider/UNCOVERED99
1 files changed, 99 insertions, 0 deletions
diff --git a/SunSpider/UNCOVERED b/SunSpider/UNCOVERED
new file mode 100644
index 0000000..2a34572
--- /dev/null
+++ b/SunSpider/UNCOVERED
@@ -0,0 +1,99 @@
+
+The following language features are not covered:
+
+Operators:
+
+>>>=
+^=
+%=
+in
+prefix --
+>>=
+delete
+void
+instanceof
+
+
+statements:
+
+with
+switch
+
+
+core language feaures:
+
+getters / setters
+closure data access
+heavy use of first-class functions
+
+Builtins:
+
+String.search
+
+Number.toFixed
+Number.toExponential
+Number.toPrecision
+
+RegExp.exec
+RegExp custom properties
+
+Function.apply
+Function.call
+
+parseInt
+parseFloat
+escape
+unescape
+decodeURI
+encodeURI
+
+
+Date.toDateString
+Date.toTimeString
+Date.getUTCFullYear
+Date.getUTCMonth
+Date.getUTCDate
+Date.getUTCDay
+Date.getUTCSeconds
+Date.getMilliseconds
+Date.getUTCMilliseconds
+Date.set*
+
+
+Math.E
+Math.LN2
+Math.LN10
+Math.LOG2E
+Math.LOG10E
+Math.SQRT1_2
+Math.SQRT2
+Math.acos
+Math.asin
+Math.atan
+Math.atan2
+Math.exp
+Math.min
+Math.tan
+
+Object.hasOwnProperty
+Object.propertyIsEnumerable
+Object.isPrototypeOf
+
+
+Array.concat
+Array.join
+Array.pop
+Array.push
+Array.reverse
+Array.shift
+Array.slice
+Array.sort
+Array.splice
+Array.unshift
+Array.every
+Array.forEach
+Array.some
+Array.indexOf
+Array.lastIndexOf
+Array.filter
+Array.map