summaryrefslogtreecommitdiff
path: root/deps/v8/tools/mb/mb_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/mb/mb_unittest.py')
-rwxr-xr-xdeps/v8/tools/mb/mb_unittest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/tools/mb/mb_unittest.py b/deps/v8/tools/mb/mb_unittest.py
index 0413457eab..dbd599645d 100755
--- a/deps/v8/tools/mb/mb_unittest.py
+++ b/deps/v8/tools/mb/mb_unittest.py
@@ -360,8 +360,6 @@ class UnitTest(unittest.TestCase):
mbw.Call = lambda cmd, env=None, buffer_output=True: (1, '', '')
self.check(['gen', '-c', 'debug_goma', '//out/Default'], mbw=mbw, ret=1)
- # TODO(machenbach): Comment back in after swarming file parameter is used.
- """
def test_gen_swarming(self):
files = {
'/tmp/swarming_targets': 'base_unittests\n',
@@ -549,7 +547,6 @@ class UnitTest(unittest.TestCase):
'base_unittests'], mbw=mbw, ret=0)
self.check(['run', '-s', '-c', 'debug_goma', '-d', 'os', 'Win7',
'//out/Default', 'base_unittests'], mbw=mbw, ret=0)
- """ # pylint: disable=pointless-string-statement
def test_lookup(self):
self.check(['lookup', '-c', 'debug_goma'], ret=0)