RESOLVED FIXED 161096
JSC should have a "microbenchmarks" directory instead of "regress" directory
https://bugs.webkit.org/show_bug.cgi?id=161096
Summary JSC should have a "microbenchmarks" directory instead of "regress" directory
Saam Barati
Reported 2016-08-23 11:08:46 PDT
...
Attachments
patch (12.69 MB, patch)
2016-08-23 16:13 PDT, Saam Barati
mark.lam: review+
sane looking patch (6.44 KB, patch)
2016-08-23 16:27 PDT, Saam Barati
no flags
Mark Lam
Comment 1 2016-08-23 11:17:51 PDT
+1
Saam Barati
Comment 2 2016-08-23 16:13:21 PDT
Mark Lam
Comment 3 2016-08-23 16:15:47 PDT
Comment on attachment 286801 [details] patch rs=me
Saam Barati
Comment 4 2016-08-23 16:27:24 PDT
Created attachment 286804 [details] sane looking patch This is the part of the patch that is important. After this, I'm going to do: ``` $ svn mv LayoutTests/js/regress/script-tests JSTests/microbenchmarks $ svn rm LayoutTests/js/regress $ prepareChangelog $ svn commit ```
Saam Barati
Comment 5 2016-08-23 16:41:26 PDT
Alexey Proskuryakov
Comment 6 2016-08-24 09:33:34 PDT
js/regress/put-by-id-transition-with-indexing-header.html was the only test that found a recent regression. Given that it's not failing in jsc tests after the move, looks like this change reduces test coverage.
Alexey Proskuryakov
Comment 7 2016-08-24 09:35:33 PDT
This patch removed an expectation for js/regress-139548.html, but did not remove the test. So it's now failing on the bots: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fregress-139548.html
Mark Lam
Comment 8 2016-08-24 09:39:18 PDT
(In reply to comment #7) > This patch removed an expectation for js/regress-139548.html, but did not > remove the test. > > So it's now failing on the bots: > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard. > html#showAllRuns=true&tests=js%2Fregress-139548.html It was a mistake to remove this expectation. Ditto for js/regress-141098.html. I will reinstate the expectations.
Mark Lam
Comment 9 2016-08-24 09:50:35 PDT
Test expectations for js/regress-139548.html and js/regress-141098.html were restored in r204900: <http://trac.webkit.org/r204900>.
Note You need to log in before you can comment on or make changes to this bug.