Skip to content

Instantly share code, notes, and snippets.

@t-ashula
Created March 12, 2010 17:48
Show Gist options
  • Save t-ashula/330567 to your computer and use it in GitHub Desktop.
Save t-ashula/330567 to your computer and use it in GitHub Desktop.
--- vista.txt 2010-03-13 02:48:11 +0900
+++ osx.txt 2010-03-13 02:48:09 +0900
@@ -49,7 +49,6 @@
S9.9_A1 - Trying to convert undefined to Object;
S9.9_A2 - Trying to convert null to Object
S11.2.3_A4_T4 - Checking Global object case
- S11.5.3_A4_T6 - If dividend is a zero and the divisor is nonzero finite, the result equals the dividend
S11.8.2_A2.3_T1 - Checking with "throw"
S11.8.3_A2.3_T1 - Checking with "throw"
S12.11_A2_T1 - Duplicate DefaultClause
@@ -76,3 +75,5 @@
S15.3.4.3_A6_T4 - argArray is (this,function(){return arguments;})
S15.4.4.2_A2_T1 - {}.toString = Array.prototype.toString;
S15.4.4.3_A2_T1 - {}.toLocaleString = Array.prototype.toLocaleString;
+ S15.8.2.16_A7 - Checking if Math.sin is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC
+ S15.8.2.18_A7 - Checking if Math.tan is approximately equals to its mathematical values on the set of 64 argument values; all the sample values is calculated with LibC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment