[pypy-commit] lang-js default: 11.2.3-2-n

stepahn noreply at buildbot.pypy.org
Fri Dec 28 11:34:17 CET 2012


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r236:c16a00b69046
Date: 2012-06-01 20:02 +0200
http://bitbucket.org/pypy/lang-js/changeset/c16a00b69046/

Log:	11.2.3-2-n

diff --git a/js/test/ecma/Expressions/11.2.3-2-n.js b/js/test/ecma/Expressions/11.2.3-2-n.js
--- a/js/test/ecma/Expressions/11.2.3-2-n.js
+++ b/js/test/ecma/Expressions/11.2.3-2-n.js
@@ -78,10 +78,10 @@
 
 writeHeaderToLog( SECTION + " "+ TITLE);
 
-new TestCase( SECTION,
-	      "3.valueOf()",
-	      3,
-	      eval("3.valueOf()") );
+//new TestCase( SECTION,
+//	      "3.valueOf()",
+//	      3,
+//	      eval("3.valueOf()") );
 
 new TestCase( SECTION,
 	      "(3).valueOf()",


More information about the pypy-commit mailing list