Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 11364232: Fix file test to test for both decomposed and precomposed utf16 (Closed)

Created:
8 years, 1 month ago by Mads Ager (google)
Modified:
8 years, 1 month ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix file test to test for both decomposed and precomposed utf16 form. MacOS system calls gives you the decomposed form and the VM strings are in the precomposed form. Attempt to enable the process too which does not fail on my machine. I'd like to have a look at the failure on the buildbot to diagnose if it still fails. R=sgjesse@google.com BUG=dartbug.com/6702 Committed: https://code.google.com/p/dart/source/detail?r=14891

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove xcode configuration changes #

Patch Set 3 : Merging in changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -16 lines) Patch
M tests/standalone/io/directory_non_ascii_sync_test.dart View 1 chunk +6 lines, -1 line 0 comments Download
M tests/standalone/io/directory_non_ascii_test.dart View 1 chunk +6 lines, -1 line 0 comments Download
M tests/standalone/io/file_non_ascii_sync_test.dart View 1 chunk +11 lines, -3 lines 0 comments Download
M tests/standalone/io/file_non_ascii_test.dart View 1 chunk +9 lines, -3 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 2 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 1 month ago (2012-11-14 13:18:51 UTC) #1
Mads Ager (google)
https://codereview.chromium.org/11364232/diff/1/tools/gyp/configurations_xcode.gypi File tools/gyp/configurations_xcode.gypi (right): https://codereview.chromium.org/11364232/diff/1/tools/gyp/configurations_xcode.gypi#newcode15 tools/gyp/configurations_xcode.gypi:15: 'variables': { Please ignore this file. The changes belong ...
8 years, 1 month ago (2012-11-14 13:19:55 UTC) #2
Søren Gjesse
8 years, 1 month ago (2012-11-14 13:21:05 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698