1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/basic/bug645293.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +/* Don't assert. */ 1.5 +function f() { 1.6 + NaN++; 1.7 + --NaN; 1.8 + Infinity--; 1.9 + ++Infinity; 1.10 + undefined++; 1.11 + --undefined; 1.12 + ++Math; 1.13 + Math--; 1.14 +} 1.15 +f(); 1.16 \ No newline at end of file