- 07 Aug, 2015 1 commit
-
-
machenbach authored
BUG=chromium:511215 LOG=n Review URL: https://codereview.chromium.org/1276853002 Cr-Commit-Position: refs/heads/master@{#30057}
-
- 06 Aug, 2015 1 commit
-
-
machenbach authored
Use the same path separator for test cases on the cmd-line on all platforms as in testcase.GetLabel, which is used to report failures. BUG=chromium:511215 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/1281453003 Cr-Commit-Position: refs/heads/master@{#30045}
-
- 29 Jul, 2015 1 commit
-
-
machenbach authored
This allows variants to be named on test failures (follow up) and then to be used in the test runner for a repro. This also speeds up variant iteration for test262 and fixes a bug with variants for benchmarks. BUG=chromium:511215 NOTREECHECKS=true LOG=n Review URL: https://codereview.chromium.org/1245623005 Cr-Commit-Position: refs/heads/master@{#29899}
-
- 23 Jul, 2015 1 commit
-
-
machenbach authored
There are many test names in the v8 code base that prefix others, which makes it hard to only run those tests. BUG=chromium:511215 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/1251363002 Cr-Commit-Position: refs/heads/master@{#29809}
-
- 09 Jul, 2015 1 commit
-
-
machenbach authored
TBR=bmeurer@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1228073002 Cr-Commit-Position: refs/heads/master@{#29554}
-
- 07 Jul, 2015 2 commits
-
-
machenbach authored
BUG=v8:4254 LOG=n NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/1220333004 Cr-Commit-Position: refs/heads/master@{#29513}
-
machenbach authored
BUG=v8:4254 LOG=n NOTRY=true NOPRESUBMIT=true NOTREECHECKS=true TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/1219013007 Cr-Commit-Position: refs/heads/master@{#29510}
-
- 22 Jun, 2015 2 commits
-
-
arv authored
Also reordered related test BUG=N LOG=N R=adamk, littledan Review URL: https://codereview.chromium.org/1199013002 Cr-Commit-Position: refs/heads/master@{#29200}
-
arv authored
This adds a new FAIL_SLOPPY expected output. It then uses this to determine if the test case has unexpected output. BUG=v8:4164 LOG=N R=machenbach@chromium.org Review URL: https://codereview.chromium.org/1197913002 Cr-Commit-Position: refs/heads/master@{#29194}
-
- 19 Jun, 2015 1 commit
-
-
arv authored
This reverts commit 72bb369d. Always skip slow tests. Also, some eval tests are failing in strict mode with nosnap BUG=N LOG=N R=adamk@chromium.org, littledan@chromium.org, machenbach@chromium.org Review URL: https://codereview.chromium.org/1190063002 Cr-Commit-Position: refs/heads/master@{#29164}
-
- 17 Jun, 2015 1 commit
-
-
machenbach authored
Revert of Update test262-es6 to 6/11 (patchset #2 id:40001 of https://codereview.chromium.org/1175313003/) Reason for revert: [Sheriff] Please fix test expectations for nosnap before reland. There are 54 tests failing: http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20nosnap/builds/3422 Original issue's description: > Update test262-es6 to 6/11 > > This reverts commit 67b16919 and picks > up the fixes to the yaml parser upstream. > > BUG=N > LOG=N > R=adamk@chromium.org, machenbach@chromium.org > > Committed: https://crrev.com/bc847230610d0518a700a69546d23784e6ce3479 > Cr-Commit-Position: refs/heads/master@{#29056} TBR=adamk@chromium.org,arv@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=N Review URL: https://codereview.chromium.org/1186093005 Cr-Commit-Position: refs/heads/master@{#29067}
-
- 16 Jun, 2015 1 commit
-
-
arv authored
This reverts commit 67b16919 and picks up the fixes to the yaml parser upstream. BUG=N LOG=N R=adamk@chromium.org, machenbach@chromium.org Review URL: https://codereview.chromium.org/1175313003 Cr-Commit-Position: refs/heads/master@{#29056}
-
- 12 Jun, 2015 1 commit
-
-
machenbach authored
Also use again the taskkill method, recently removed in https://codereview.chromium.org/1156133006/ BUG=chromium:485932 LOG=n TBR=jkummerow@chromium.org NOTREECHECKS=true Review URL: https://codereview.chromium.org/1177903005 Cr-Commit-Position: refs/heads/master@{#29001}
-
- 11 Jun, 2015 1 commit
-
-
machenbach authored
NOTRY=true Review URL: https://codereview.chromium.org/1180473003 Cr-Commit-Position: refs/heads/master@{#28936}
-
- 10 Jun, 2015 5 commits
-
-
machenbach authored
This saves >1s for mjsunit and >10s for test262. Review URL: https://codereview.chromium.org/1174923002 Cr-Commit-Position: refs/heads/master@{#28904}
-
machenbach authored
Reason for revert: All build problems had other reasons. Original issue's description: > Revert of [test] Refactoring - Let runner handle test IDs. (patchset #1 id:1 of https://codereview.chromium.org/1168303007/) > > Reason for revert: > [Sheriff] Revert until the tree is in a better state. > > Original issue's description: > > [test] Refactoring - Let runner handle test IDs. > > > > This prepares for properly rerunning tests. Currently when > > tests are rerun, the same test object is reused. This > > will be changed in a follow up. > > > > Committed: https://crrev.com/f41a81b8a513fc360c500c066b74f223bc9c0223 > > Cr-Commit-Position: refs/heads/master@{#28864} > > TBR=jkummerow@chromium.org,tandrii@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/f83444a5f24381ec9ccc28b1e18e1e9370415bb2 > Cr-Commit-Position: refs/heads/master@{#28891} TBR=jkummerow@chromium.org,tandrii@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1179483002 Cr-Commit-Position: refs/heads/master@{#28903}
-
machenbach authored
Revert of Revert of [test] Refactoring - Use subject/observer pattern for progress indicators. (patchset #1 id:1 of https://codereview.chromium.org/1163373005/) Reason for revert: All build problems had other causes. Original issue's description: > Revert of [test] Refactoring - Use subject/observer pattern for progress indicators. (patchset #3 id:40001 of https://codereview.chromium.org/1171943002/) > > Reason for revert: > might break stuff > > Original issue's description: > > [test] Refactoring - Use subject/observer pattern for progress indicators. > > > > This should prevent bugs caused by missing super calls in > > overridden methods. The assumption is that methods of > > different indicators are independent. > > > > Committed: https://crrev.com/fbe973ff1722a6158a5b2babce9c1a32d26a1d3b > > Cr-Commit-Position: refs/heads/master@{#28866} > > TBR=jkummerow@chromium.org,tandrii@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/2a3962d9d2a7415378811f4d56522531332d5a3e > Cr-Commit-Position: refs/heads/master@{#28869} TBR=jkummerow@chromium.org,tandrii@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1176863002 Cr-Commit-Position: refs/heads/master@{#28901}
-
machenbach authored
Revert of [test] Refactoring - Let runner handle test IDs. (patchset #1 id:1 of https://codereview.chromium.org/1168303007/) Reason for revert: [Sheriff] Revert until the tree is in a better state. Original issue's description: > [test] Refactoring - Let runner handle test IDs. > > This prepares for properly rerunning tests. Currently when > tests are rerun, the same test object is reused. This > will be changed in a follow up. > > Committed: https://crrev.com/f41a81b8a513fc360c500c066b74f223bc9c0223 > Cr-Commit-Position: refs/heads/master@{#28864} TBR=jkummerow@chromium.org,tandrii@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1167343003 Cr-Commit-Position: refs/heads/master@{#28891}
-
machenbach authored
Revert of Update Test262 to 5/30 (patchset #4 id:60001 of https://codereview.chromium.org/1136553008/) Reason for revert: [Sheriff] Still lots of breakages on some builders. E.g. http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20nosnap/builds/3313 Original issue's description: > Update Test262 to 5/30 > > This updates the test runner to run all tests in both sloppy > and strict mode. > > It also marks the test in the status file as failing in > sloppy mode even if all it does is marking the test as > [PASS, FAIL]. A future CL will have to validate that the > tests pass and fail in the correct mode. > > Committed: https://crrev.com/d869f4a4801d4ef6868c266c07f9e29d2e29cba5 > Cr-Commit-Position: refs/heads/master@{#28879} TBR=rossberg@chromium.org,arv@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1173933002 Cr-Commit-Position: refs/heads/master@{#28890}
-
- 09 Jun, 2015 4 commits
-
-
arv authored
This updates the test runner to run all tests in both sloppy and strict mode. It also marks the test in the status file as failing in sloppy mode even if all it does is marking the test as [PASS, FAIL]. A future CL will have to validate that the tests pass and fail in the correct mode. Review URL: https://codereview.chromium.org/1136553008 Cr-Commit-Position: refs/heads/master@{#28879}
-
machenbach authored
Revert of [test] Refactoring - Use subject/observer pattern for progress indicators. (patchset #3 id:40001 of https://codereview.chromium.org/1171943002/) Reason for revert: might break stuff Original issue's description: > [test] Refactoring - Use subject/observer pattern for progress indicators. > > This should prevent bugs caused by missing super calls in > overridden methods. The assumption is that methods of > different indicators are independent. > > Committed: https://crrev.com/fbe973ff1722a6158a5b2babce9c1a32d26a1d3b > Cr-Commit-Position: refs/heads/master@{#28866} TBR=jkummerow@chromium.org,tandrii@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1163373005 Cr-Commit-Position: refs/heads/master@{#28869}
-
machenbach authored
This should prevent bugs caused by missing super calls in overridden methods. The assumption is that methods of different indicators are independent. Review URL: https://codereview.chromium.org/1171943002 Cr-Commit-Position: refs/heads/master@{#28866}
-
machenbach authored
This prepares for properly rerunning tests. Currently when tests are rerun, the same test object is reused. This will be changed in a follow up. Review URL: https://codereview.chromium.org/1168303007 Cr-Commit-Position: refs/heads/master@{#28864}
-
- 05 Jun, 2015 1 commit
-
-
machenbach authored
TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/1163523008 Cr-Commit-Position: refs/heads/master@{#28808}
-
- 28 May, 2015 1 commit
-
-
machenbach authored
NOTRY=true Review URL: https://codereview.chromium.org/1156663009 Cr-Commit-Position: refs/heads/master@{#28679}
-
- 27 May, 2015 1 commit
-
-
machenbach authored
BUG= Review URL: https://codereview.chromium.org/1153103003 Cr-Commit-Position: refs/heads/master@{#28654}
-
- 26 May, 2015 2 commits
-
-
machenbach authored
TBR=jkummerow@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1156133006 Cr-Commit-Position: refs/heads/master@{#28643}
-
machenbach authored
Without this change, wildcards always overwrite the outcomes of more specific rules. Now we always merge. Review URL: https://codereview.chromium.org/1153073002 Cr-Commit-Position: refs/heads/master@{#28629}
-
- 11 May, 2015 1 commit
-
-
machenbach authored
BUG=chromium:485932 LOG=n Review URL: https://codereview.chromium.org/1134703002 Cr-Commit-Position: refs/heads/master@{#28334}
-
- 27 Apr, 2015 1 commit
-
-
mstarzinger authored
This changes the unittests suite to be run in only the default variant, because unit tests are (and should be) written to be independent from global flags. R=machenbach@chromium.org Review URL: https://codereview.chromium.org/1067863007 Cr-Commit-Position: refs/heads/master@{#28054}
-
- 22 Apr, 2015 1 commit
-
-
Benedikt Meurer authored
Also adjust the test runner to remove --always-opt for FAST_VARIANTS. R=machenbach@chromium.org Review URL: https://codereview.chromium.org/1056423004 Cr-Commit-Position: refs/heads/master@{#27989}
-
- 16 Apr, 2015 1 commit
-
-
mstarzinger authored
This flag is intended as a staging flag for TurboFan. It serves as a single flag that always enables a most recent configuration of TurboFan for test suites and benchmarks, without needing to update test drivers. R=titzer@chromium.org,machenbach@chromium.org Review URL: https://codereview.chromium.org/1094573002 Cr-Commit-Position: refs/heads/master@{#27896}
-
- 09 Apr, 2015 1 commit
-
-
machenbach authored
BUG= Review URL: https://codereview.chromium.org/1070753003 Cr-Commit-Position: refs/heads/master@{#27696}
-
- 08 Apr, 2015 1 commit
-
-
machenbach authored
NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/1064043002 Cr-Commit-Position: refs/heads/master@{#27653}
-
- 31 Mar, 2015 1 commit
-
-
arv authored
Second try. Disabled the tests that were failing due to https://github.com/tc39/test262/issues/215 This updates test262 to revision d24fd10 (2015/03/11). The files moved around in the test repo and a lot of new tests are failing. BUG=None LOG=N R=adamk, rossberg Review URL: https://codereview.chromium.org/1040093003 Cr-Commit-Position: refs/heads/master@{#27543}
-
- 30 Mar, 2015 2 commits
-
-
arv authored
Revert of [es6] Update test262 tests (patchset #4 id:60001 of https://codereview.chromium.org/1025043002/) Reason for revert: Bot failed to include verifyNotEnumerable function for some screwed up reason. Original issue's description: > [es6] Update test262 tests > > This updates test262 to revision d24fd10 (2015/03/11). > > The files moved around in the test repo and a lot of new tests are > failing. > > BUG=None > LOG=N > R=rossberg > > Committed: https://crrev.com/4f2fb3835feff3663146f12be42b01a226d0065e > Cr-Commit-Position: refs/heads/master@{#27522} TBR=rossberg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/1047713002 Cr-Commit-Position: refs/heads/master@{#27525}
-
arv authored
This updates test262 to revision d24fd10 (2015/03/11). The files moved around in the test repo and a lot of new tests are failing. BUG=None LOG=N R=rossberg Review URL: https://codereview.chromium.org/1025043002 Cr-Commit-Position: refs/heads/master@{#27522}
-
- 09 Mar, 2015 1 commit
-
-
Weiliang Lin authored
BUG= R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/966773005 Cr-Commit-Position: refs/heads/master@{#27055}
-
- 30 Jan, 2015 1 commit
-
-
michael_dawson authored
Contribution of PowerPC port (continuation of 422063005 and 817143002). This patch covers the key changes needed to the common files needed to support AIX. Subsequent patches will cover: - changes to update the ppc directories so they are current with the changes in the rest of the project. - remaining AIX changes not resolved by 4.8 compiler - individual optimizations for PPC This is based off of the GitHub repository https://github.com/andrewlow/v8ppc R=danno@chromium.org, svenpanne@chromium.org BUG= Review URL: https://codereview.chromium.org/866843003 Cr-Commit-Position: refs/heads/master@{#26343}
-
- 16 Jan, 2015 1 commit
-
-
mstarzinger authored
R=jarin@chromium.org Review URL: https://codereview.chromium.org/845193004 Cr-Commit-Position: refs/heads/master@{#26102}
-