[Webkit-unassigned] [Bug 264750] New: WebKitFinder and TestPort disagree about layout_tests_dir

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 13 09:47:40 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=264750

            Bug ID: 264750
           Summary: WebKitFinder and TestPort disagree about
                    layout_tests_dir
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: bfan2 at apple.com, jbedard at apple.com,
                    webkit-bug-importer at group.apple.com

import unittest

from webkitpy.common.host_mock import MockHost
from webkitpy.common.webkit_finder import WebKitFinder
from webkitpy.port.test import TestPort


class TestPortTest(unittest.TestCase):

    def test_webkit_finder_base(self):
        host = MockHost()
        port = TestPort(host)
        fs = host.filesystem

        finder = WebKitFinder(fs)
        self.assertEqual(finder.layout_tests_dir(), port.layout_tests_dir())

E       AssertionError: '/mock-checkout/LayoutTests' != '/test.checkout/LayoutTests'
E       - /mock-checkout/LayoutTests
E       ?  ^^^^^
E       + /test.checkout/LayoutTests
E       ?  ^^^^^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231113/59e125ca/attachment.htm>


More information about the webkit-unassigned mailing list