Title: [205971] trunk/Tools
Revision
205971
Author
[email protected]
Date
2016-09-15 08:46:59 -0700 (Thu, 15 Sep 2016)

Log Message

[Win] run-api-tests is failing.
https://bugs.webkit.org/show_bug.cgi?id=162015

Reviewed by Brent Fulgham.

MSVC is not interpreting C++ string literals with unicode characters correctly when the source file
doesn't contain encoding information. Save the file with utf8 encoding with signature.

* TestWebKitAPI/Tests/WebCore/URLParser.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205970 => 205971)


--- trunk/Tools/ChangeLog	2016-09-15 15:42:47 UTC (rev 205970)
+++ trunk/Tools/ChangeLog	2016-09-15 15:46:59 UTC (rev 205971)
@@ -1,3 +1,15 @@
+2016-09-15  Per Arne Vollan  <[email protected]>
+
+        [Win] run-api-tests is failing.
+        https://bugs.webkit.org/show_bug.cgi?id=162015
+
+        Reviewed by Brent Fulgham.
+
+        MSVC is not interpreting C++ string literals with unicode characters correctly when the source file
+        doesn't contain encoding information. Save the file with utf8 encoding with signature.
+
+        * TestWebKitAPI/Tests/WebCore/URLParser.cpp:
+
 2016-09-15  Jonathan Bedard  <[email protected]>
 
         Move --no-sample-on-timeout to config.json for each bot

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp (205970 => 205971)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp	2016-09-15 15:42:47 UTC (rev 205970)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp	2016-09-15 15:46:59 UTC (rev 205971)
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright (C) 2016 Apple Inc. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to