Commit 2d41b5f8 authored by machenbach's avatar machenbach Committed by Commit bot

Revert of [test] add --no-harness option to debugger tests. (patchset #1 id:1...

Revert of [test] add --no-harness option to debugger tests. (patchset #1 id:1 of https://codereview.chromium.org/2831083003/ )

Reason for revert:
Should define its own NO_HARNESS_PATTERN. See comments.

Original issue's description:
> [test] add --no-harness option to debugger tests.
>
> Review-Url: https://codereview.chromium.org/2831083003
> Cr-Commit-Position: refs/heads/master@{#44774}
> Committed: https://chromium.googlesource.com/v8/v8/+/43c20d4cc566c68ce0b566cad0ac6fa92bba8eff

TBR=caitp@igalia.com,yangguo@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.

Review-Url: https://codereview.chromium.org/2871593002
Cr-Commit-Position: refs/heads/master@{#45163}
parent 40b62a99
...@@ -51,8 +51,7 @@ class DebuggerTestSuite(testsuite.TestSuite): ...@@ -51,8 +51,7 @@ class DebuggerTestSuite(testsuite.TestSuite):
break break
files = [] files = []
if not context.no_harness and not NO_HARNESS_PATTERN.search(source): files.append(os.path.normpath(os.path.join(self.root, "..", "mjsunit", "mjsunit.js")))
files.append(os.path.normpath(os.path.join(self.root, "..", "mjsunit", "mjsunit.js")))
files.append(os.path.join(self.root, "test-api.js")) files.append(os.path.join(self.root, "test-api.js"))
files.extend([ os.path.normpath(os.path.join(self.root, '..', '..', f)) files.extend([ os.path.normpath(os.path.join(self.root, '..', '..', f))
for f in files_list ]) for f in files_list ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment