You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2017/03/14 02:34:41 UTC

[jira] [Created] (MESOS-7239) Base64Test fails on Windows

Neil Conway created MESOS-7239:
----------------------------------

             Summary: Base64Test fails on Windows
                 Key: MESOS-7239
                 URL: https://issues.apache.org/jira/browse/MESOS-7239
             Project: Mesos
          Issue Type: Bug
            Reporter: Neil Conway


Spotted on internal CI:

*Base64Test.DecodeURLSafe*
{noformat}
C:\Users\Administrator\workspace\mesos\Mesos_CI-build\FLAG\Plain\label\mesos-ec2-windows\mesos\3rdparty\stout\tests\base64_tests.cpp:80
Value of: (base64::decode_url_safe("fn5-w7_Dv8O_w78")).get()
  Actual: "~~~\xC3\xBF\xC3\xBF\xC3\xBF\xC3\xBF"
Expected: "~~~\u00ff\u00ff\u00ff\u00ff"
Which is: "~~~\xFF\xFF\xFF\xFF"
{noformat}

*Base64Test.EncodeURLSafe*
{noformat}
C:\Users\Administrator\workspace\mesos\Mesos_CI-build\FLAG\Plain\label\mesos-ec2-windows\mesos\3rdparty\stout\tests\base64_tests.cpp:60
Value of: base64::encode_url_safe("~~~\u00ff\u00ff\u00ff\u00ff", false)
  Actual: "fn5-_____w"
Expected: "fn5-w7_Dv8O_w78"
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)