[Webkit-unassigned] [Bug 258767] New: [WPE] run-minibrowser: unit test test_browser_name_default_with_cog_built is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 1 06:52:54 PDT 2023


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

            Bug ID: 258767
           Summary: [WPE] run-minibrowser: unit test
                    test_browser_name_default_with_cog_built is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

Unit test test_browser_name_default_with_cog_built is producing the following error in the WPE-Release-Test bot:

```
[1057/2215] webkitpy.port.wpe_unittest.WPEPortTest.test_browser_name_default_with_cog_built failed:
  Traceback (most recent call last):
    File "/app/webkit/Tools/Scripts/webkitpy/port/wpe_unittest.py", line 94, in test_browser_name_default_with_cog_built
      self.assertEqual(port.browser_name(), "cog")
  AssertionError: 'minibrowser' != 'cog'
  - minibrowser
  + cog
```

The reason is that environment variable WPE_BROWSER is set to 'minibrowser' in that host. The test should evaluate `port.browser_name()` on an empty environment.

-- 
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/20230701/253f46c3/attachment.htm>


More information about the webkit-unassigned mailing list