<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[192003] trunk/Source/JavaScriptCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/192003">192003</a></dd>
<dt>Author</dt> <dd>mark.lam@apple.com</dd>
<dt>Date</dt> <dd>2015-11-03 17:03:06 -0800 (Tue, 03 Nov 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add op_add tests to compare behavior of JIT generated code to the LLINT's.
https://bugs.webkit.org/show_bug.cgi?id=150864

Reviewed by Saam Barati.

* tests/stress/op_add.js: Added.
(o1.valueOf):
(generateScenarios):
(printScenarios):
(testCases.func):
(func):
(initializeTestCases):
(runTest):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoretestsstressop_addjs">trunk/Source/JavaScriptCore/tests/stress/op_add.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (192002 => 192003)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2015-11-04 01:01:48 UTC (rev 192002)
+++ trunk/Source/JavaScriptCore/ChangeLog        2015-11-04 01:03:06 UTC (rev 192003)
</span><span class="lines">@@ -1,5 +1,21 @@
</span><span class="cx"> 2015-11-03  Mark Lam  &lt;mark.lam@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Add op_add tests to compare behavior of JIT generated code to the LLINT's.
+        https://bugs.webkit.org/show_bug.cgi?id=150864
+
+        Reviewed by Saam Barati.
+
+        * tests/stress/op_add.js: Added.
+        (o1.valueOf):
+        (generateScenarios):
+        (printScenarios):
+        (testCases.func):
+        (func):
+        (initializeTestCases):
+        (runTest):
+
+2015-11-03  Mark Lam  &lt;mark.lam@apple.com&gt;
+
</ins><span class="cx">         Rename DFG's compileAdd to compileArithAdd.
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=150866
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoretestsstressop_addjs"></a>
<div class="addfile"><h4>Added: trunk/Source/JavaScriptCore/tests/stress/op_add.js (0 => 192003)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/tests/stress/op_add.js                                (rev 0)
+++ trunk/Source/JavaScriptCore/tests/stress/op_add.js        2015-11-04 01:03:06 UTC (rev 192003)
</span><span class="lines">@@ -0,0 +1,356 @@
</span><ins>+//@ runFTLNoCJIT
+
+// This test module aims to test the addition operator by comparing its runtime
+// behavior (using the different tiers) with expected values computed at initialization
+// time using the LLINT / bytecode generator.
+//
+// It works by generating test scenarios from permutations of value pairs to exercise
+// the addition operator. It computes the expected results by evaluating an expression
+// to add the values in an initialization pass. The scenarios are later applied to
+// a set of test functions of the forms:
+//
+//     variable + variable
+//     constant + variable
+//     variable + constant
+//
+// See generateScenarios() and initializeTestCases() for details on how the test
+// cases are generated.
+//
+// If all goes well, this test module will terminate silently. If not, it will print
+// errors.
+
+var verbose = false;
+var abortOnFirstFail = false;
+
+var o1 = {
+    valueOf: function() { return 10; }
+};
+
+var set1 = [
+    'o1',
+    'null',
+    'undefined',
+    'NaN',
+    '&quot;abc&quot;',
+];
+
+var set2 = [
+    '10',
+    '-10',
+    '2147483647',
+    '-2147483647',
+    '4294967296',
+    '-4294967296',
+    '100.2',
+    '-100.2',
+    'true',
+    'false',
+];
+
+// Assemble the values that we'll be testing with:
+var values = [];
+for (var i = 0; i &lt; set1.length; i++)
+    values.push(set1[i]);
+for (var i = 0; i &lt; set2.length; i++)
+    values.push(set2[i]);
+for (var i = 0; i &lt; set2.length; i++)
+    values.push('&quot;' + set2[i] + '&quot;');
+
+function generateScenarios(xvalues, yvalues) {
+    var scenarios = [];
+    for (var i = 0; i &lt; xvalues.length; i++) {
+        for (var j = 0; j &lt; yvalues.length; j++) {
+            var xStr = xvalues[i];
+            var yStr = yvalues[j];
+            var x = eval(xStr);
+            var y = eval(yStr);
+            var name = &quot;(&quot; + xStr + &quot; + &quot; + yStr + &quot;)&quot;;
+            var expected = eval(&quot;&quot; + xStr + &quot; + &quot; + yStr);
+            var scenario = { name: name, x: x, y: y, expected: expected };
+
+            scenarios.push(scenario);
+        }
+    }
+    return scenarios;
+}
+
+function printScenarios(scenarios) {
+    for (var i = 0; i &lt; scenarios.length; i++) {
+        var scenario = scenarios[i];
+        print(&quot;scenario[&quot; + i + &quot;]: { name: &quot; + scenario.name + &quot;, x: &quot; + scenario.x, &quot;, y: &quot; + scenario.y + &quot;, expected: &quot; + scenario.expected + &quot; }&quot;);
+    }
+}
+
+var testCases = [
+    {
+        name: &quot;add&quot;,
+        func: function(x, y) { return x + y; },
+        xvalues: values,
+        yvalues: values
+    },
+    {
+        name: &quot;addI32V&quot;,
+        func: function(x, y) { return 10 + y; },
+        xvalues: [ '10' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVI32&quot;,
+        func: function(x, y) { return x + 10; },
+        xvalues: values,
+        yvalues: [ '10' ]
+    },
+    {
+        name: &quot;addI32oV&quot;,
+        func: function(x, y) { return 2147483647 + y; },
+        xvalues: [ '2147483647' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVI32o&quot;,
+        func: function(x, y) { return x + 2147483647; },
+        xvalues: values,
+        yvalues: [ '2147483647' ]
+    },
+    {
+        name: &quot;addI32onV&quot;,
+        func: function(x, y) { return -2147483647 + y; },
+        xvalues: [ '-2147483647' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVI32on&quot;,
+        func: function(x, y) { return x + (-2147483647); },
+        xvalues: values,
+        yvalues: [ '-2147483647' ]
+    },
+    {
+        name: &quot;addI52V&quot;,
+        func: function(x, y) { return 4294967296 + y; },
+        xvalues: [ '4294967296' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVI52&quot;,
+        func: function(x, y) { return x + 4294967296; },
+        xvalues: values,
+        yvalues: [ '4294967296' ]
+    },
+    {
+        name: &quot;addI52nV&quot;,
+        func: function(x, y) { return -4294967296 + y; },
+        xvalues: [ '-4294967296' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVI52n&quot;,
+        func: function(x, y) { return x + (-4294967296); },
+        xvalues: values,
+        yvalues: [ '-4294967296' ]
+    },
+    {
+        name: &quot;addDV&quot;,
+        func: function(x, y) { return 100.2 + y; },
+        xvalues: [ '100.2' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVD&quot;,
+        func: function(x, y) { return x + 100.2; },
+        xvalues: values,
+        yvalues: [ '100.2' ]
+    },
+    {
+        name: &quot;addBV&quot;,
+        func: function(x, y) { return true + y; },
+        xvalues: [ 'true' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVB&quot;,
+        func: function(x, y) { return x + true; },
+        xvalues: values,
+        yvalues: [ 'true' ]
+    },
+    {
+        name: &quot;addSi32V&quot;,
+        func: function(x, y) { return &quot;10&quot; + y; },
+        xvalues: [ '&quot;10&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSi32&quot;,
+        func: function(x, y) { return x + &quot;10&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;10&quot;' ]
+    },
+
+    {
+        name: &quot;addSi32oV&quot;,
+        func: function(x, y) { return &quot;2147483647&quot; + y; },
+        xvalues: [ '&quot;2147483647&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSi32o&quot;,
+        func: function(x, y) { return x + &quot;2147483647&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;2147483647&quot;' ]
+    },
+    {
+        name: &quot;addSi32onV&quot;,
+        func: function(x, y) { return &quot;-2147483647&quot; + y; },
+        xvalues: [ '&quot;-2147483647&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSi32on&quot;,
+        func: function(x, y) { return x + &quot;-2147483647&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;-2147483647&quot;' ]
+    },
+    {
+        name: &quot;addSi52V&quot;,
+        func: function(x, y) { return &quot;4294967296&quot; + y; },
+        xvalues: [ '&quot;4294967296&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSi52&quot;,
+        func: function(x, y) { return x + &quot;4294967296&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;4294967296&quot;' ]
+    },
+    {
+        name: &quot;addSi52nV&quot;,
+        func: function(x, y) { return &quot;-4294967296&quot; + y; },
+        xvalues: [ '&quot;-4294967296&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSi52n&quot;,
+        func: function(x, y) { return x + &quot;-4294967296&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;-4294967296&quot;' ]
+    },
+    {
+        name: &quot;addSdV&quot;,
+        func: function(x, y) { return &quot;100.2&quot; + y; },
+        xvalues: [ '&quot;100.2&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSd&quot;,
+        func: function(x, y) { return x + &quot;100.2&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;100.2&quot;' ]
+    },
+    {
+        name: &quot;addSbV&quot;,
+        func: function(x, y) { return &quot;true&quot; + y; },
+        xvalues: [ '&quot;true&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVSb&quot;,
+        func: function(x, y) { return x + &quot;true&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;true&quot;' ]
+    },
+
+    {
+        name: &quot;addSV&quot;,
+        func: function(x, y) { return &quot;abc&quot; + y; },
+        xvalues: [ '&quot;abc&quot;' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVS&quot;,
+        func: function(x, y) { return x + &quot;abc&quot;; },
+        xvalues: values,
+        yvalues: [ '&quot;abc&quot;' ]
+    },
+    {
+        name: &quot;addNV&quot;,
+        func: function(x, y) { return null + y; },
+        xvalues: [ 'null' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVN&quot;,
+        func: function(x, y) { return x + null; },
+        xvalues: values,
+        yvalues: [ 'null' ]
+    },
+    {
+        name: &quot;addOV&quot;,
+        func: function(x, y) { return o1 + y; },
+        xvalues: [ 'o1' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVO&quot;,
+        func: function(x, y) { return x + o1; },
+        xvalues: values,
+        yvalues: [ 'o1' ]
+    },
+    {
+        name: &quot;addNaNV&quot;,
+        func: function(x, y) { return NaN + y; },
+        xvalues: [ 'NaN' ],
+        yvalues: values
+    },
+    {
+        name: &quot;addVNaN&quot;,
+        func: function(x, y) { return x + NaN; },
+        xvalues: values,
+        yvalues: [ 'NaN' ]
+    },
+];
+
+function initializeTestCases() {
+    for (var test of testCases) {
+        noInline(test.func);
+        test.scenarios = generateScenarios(test.xvalues, test.yvalues);
+    }
+}
+initializeTestCases();
+
+var errorReport = &quot;&quot;;
+
+function runTest(test) {
+    var failedScenario = [];
+    var scenarios = test.scenarios;
+    var testFunc = test.func;
+    try {
+        for (var i = 0; i &lt; 10000; i++) {
+            for (var scenarioID = 0; scenarioID &lt; scenarios.length; scenarioID++) {
+                var scenario = scenarios[scenarioID];
+                if (verbose)
+                    print(&quot;Testing &quot; + test.name + &quot;:&quot; + scenario.name + &quot; on iteration &quot; + i + &quot;: expecting &quot; + scenario.expected); 
+
+                var result = testFunc(scenario.x, scenario.y);
+                if (result == scenario.expected)
+                    continue;
+                if (Number.isNaN(result) &amp;&amp; Number.isNaN(scenario.expected))
+                    continue;
+                if (!failedScenario[scenarioID]) {
+                    errorReport += &quot;FAIL: &quot; + test.name + &quot;:&quot; + scenario.name + &quot; started failing on iteration &quot; + i + &quot;: expected &quot; + scenario.expected + &quot;, actual &quot; + result + &quot;\n&quot;;
+                    if (abortOnFirstFail)
+                        throw errorReport;
+                    failedScenario[scenarioID] = scenario;
+                }
+            }
+        }
+    } catch(e) {
+        if (abortOnFirstFail)
+            throw e; // Negate the catch by re-throwing.
+        errorReport += &quot;Unexpected exception: &quot; + e + &quot;\n&quot;;
+    }
+}
+
+for (var test of testCases)
+    runTest(test);
+
+if (errorReport !== &quot;&quot;)
+    throw &quot;Error: bad result:\n&quot; + errorReport;
</ins></span></pre>
</div>
</div>

</body>
</html>