lagergren [Wed, 29 May 2013 14:08:00 +0200] rev 17780
8011023: Math round didn't conform to ECMAScript 5 spec
Reviewed-by: jlaskey, attila
sundar [Wed, 29 May 2013 15:41:07 +0530] rev 17779
8005979: A lot of tests are named "runTest" in reports
Reviewed-by: jlaskey
sundar [Tue, 28 May 2013 16:37:11 +0530] rev 17778
8015459: Octane test run fails on Turkish locale
Reviewed-by: lagergren, attila
lagergren [Mon, 27 May 2013 17:57:07 +0200] rev 17777
8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
Reviewed-by: sundar, jlaskey
sundar [Mon, 27 May 2013 20:41:34 +0530] rev 17776
8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale)
Reviewed-by: jlaskey, lagergren
lagergren [Mon, 27 May 2013 13:12:11 +0200] rev 17775
Merge
lagergren [Mon, 27 May 2013 13:11:13 +0200] rev 17774
8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
Reviewed-by: jlaskey, attila
hannesw [Mon, 27 May 2013 12:26:39 +0200] rev 17773
8015348: RegExp("[") results in StackOverflowError
Reviewed-by: sundar, attila
sundar [Fri, 24 May 2013 23:27:52 +0530] rev 17772
8015351: Nashorn shell does not start with Turkish locale
Reviewed-by: jlaskey
sundar [Fri, 24 May 2013 18:39:25 +0530] rev 17771
8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
Reviewed-by: lagergren, hannesw
hannesw [Fri, 24 May 2013 13:54:18 +0200] rev 17770
8011630: JSON parsing performance issue
Reviewed-by: lagergren, sundar
lagergren [Thu, 23 May 2013 15:51:08 +0200] rev 17769
8012522: Clean up lexical contexts - split out stack based functionality in CodeGenerator and generify NodeVisitors based on their LexicalContext type to avoid casts
Reviewed-by: attila, jlaskey
jlaskey [Thu, 23 May 2013 09:49:03 -0300] rev 17768
Merge
attila [Thu, 23 May 2013 13:36:49 +0200] rev 17767
8015278: Revert accidental changes to build.xml
Reviewed-by: jlaskey, lagergren