http://gwt-code-reviews.appspot.com/1593803/diff/1/dev/core/test/com/google/gwt/dev/js/JsStaticEvalTest.java
File dev/core/test/com/google/gwt/dev/js/JsStaticEvalTest.java (right):

http://gwt-code-reviews.appspot.com/1593803/diff/1/dev/core/test/com/google/gwt/dev/js/JsStaticEvalTest.java#newcode139
dev/core/test/com/google/gwt/dev/js/JsStaticEvalTest.java:139:
assertEquals("alert(false);", optimize("alert(3 <= 2)"));
Can you add this:

alert(1.8E+10308 < 1.9E+10308)

Which should be false since Infinity < Infinity is false.

http://gwt-code-reviews.appspot.com/1593803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to