[Webkit-unassigned] [Bug 236043] New: REGRESSION(r288878) webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests tests are failing with Windows Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 2 15:39:06 PST 2022


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

            Bug ID: 236043
           Summary: REGRESSION(r288878)
                    webkitpy.layout_tests.controllers.layout_test_finder_l
                    egacy_unittest.LayoutTestFinderTests tests are failing
                    with Windows Python
           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: Hironori.Fujii at sony.com

REGRESSION(r288878) webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests tests are failing with Windows Python

Since r288878 (Bug 235370)
WinCairo buildbot is using Windows Python.
https://build.webkit.org/#/builders/60/builds/4301


[496/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_all_no_paths
[497/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_all_no_paths passed
[497/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_directory
[498/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_directory failed:
  Traceback (most recent call last):
    File "C:\BW\wincairo-wkl-release-tests\build\Tools\Scripts\webkitpy\layout_tests\controllers\layout_test_finder_legacy_unittest.py", line 263, in test_find_directory
      self.assertEqual(tests, ['websocket/tests/passes/text.html'])
  AssertionError: Lists differ: ['\\test.checkout\\LayoutTests\\websocket\\tests\\passes\\text.html'] != ['websocket/tests/passes/text.html']

  First differing element 0:
  '\\test.checkout\\LayoutTests\\websocket\\tests\\passes\\text.html'
  'websocket/tests/passes/text.html'

  - ['\\test.checkout\\LayoutTests\\websocket\\tests\\passes\\text.html']
  + ['websocket/tests/passes/text.html']

[498/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_directory_includes_platform_specific
[499/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_directory_includes_platform_specific failed:
  Traceback (most recent call last):
    File "C:\BW\wincairo-wkl-release-tests\build\Tools\Scripts\webkitpy\layout_tests\controllers\layout_test_finder_legacy_unittest.py", line 173, in test_find_directory_includes_platform_specific
      self.assertEqual(
  AssertionError: Lists differ: ['\\test.checkout\\LayoutTests\\http\\tests[142 chars]tml'] != ['http/tests/passes/image.html', 'http/test[87 chars]tml']

  First differing element 0:
  '\\test.checkout\\LayoutTests\\http\\tests\\passes\\image.html'
  'http/tests/passes/image.html'

  Second list contains 1 additional elements.
  First extra element 3:
  'platform/test-mac-leopard/http/test.html'

  - ['\\test.checkout\\LayoutTests\\http\\tests\\passes\\image.html',
  -  '\\test.checkout\\LayoutTests\\http\\tests\\passes\\text.html',
  -  '\\test.checkout\\LayoutTests\\http\\tests\\ssl\\text.html']
  + ['http/tests/passes/image.html',
  +  'http/tests/passes/text.html',
  +  'http/tests/ssl/text.html',
  +  'platform/test-mac-leopard/http/test.html']

[499/1640] webkitpy.layout_tests.controllers.layout_test_finder_legacy_unittest.LayoutTestFinderTests.test_find_directory_multiple_times

-- 
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/20220202/96fc8790/attachment-0001.htm>


More information about the webkit-unassigned mailing list