Bug 98288 - chromium_android_unittest fails on Apple Windows port
Summary: chromium_android_unittest fails on Apple Windows port
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-03 11:52 PDT by Roger Fong
Modified: 2013-04-08 11:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Fong 2012-10-03 11:52:04 PDT
[439/1585] webkitpy.layout_tests.port.chromium_android_unittest.ChromiumAndroidDriverTest.test_command_from_driver_input failed:
  Traceback (most recent call last):
    File "/home/buildbot/slave/win-release-tests/build/Tools/Scripts/webkitpy/layout_tests/port/chromium_android_unittest.py", line 247, in test_command_from_driver_input
      self.assertEquals(self.driver._command_from_driver_input(driver_input), expected_command)
  AssertionError: "C:\\cygwin\\mock-checkout\\LayoutTests\\foo\\bar\\test.html'--pixel-test'checksum\n" != "/data/local/tmp/third_party/WebKit/LayoutTests/foo/bar/test.html'--pixel-test'checksum\n"

I don't know when it started failing. No regression ranges for the py tests unfortunately.

Do we even care about this test on Windows? Doesn't seem particularly relevant. 
I'm just adding a sys.platform check for now to skip the failing assertion.
Comment 1 Roger Fong 2012-10-03 11:53:57 PDT
A bug that I think is related:
https://bugs.webkit.org/show_bug.cgi?id=96393
Comment 2 Roger Fong 2012-10-03 12:36:00 PDT
patch to skip assert: http://trac.webkit.org/changeset/130309
Comment 3 Peter Beverloo 2013-04-08 11:12:21 PDT
Resolving as WontFix given that Chromium moved to Blink.