commit | 338415a8e75694599a5ccf15521f5d3fb745de18 | [log] [tgz] |
---|---|---|
author | Sean Klein <smklein@chromium.org> | Tue Nov 17 14:34:22 2015 -0800 |
committer | Sean Klein <smklein@chromium.org> | Tue Nov 17 14:34:22 2015 -0800 |
tree | c90e03e7b194f5c53f52d6dff78d885d8fc508b5 | |
parent | 470fb77c24bbef5337f00d97886c1caf79567883 [diff] |
Enabling Base Unit Tests. Updates mojo's Base enough to pass unit tests. Updating Mojo's version of Base to be entirely consistent with Chromium would be a significant ordeal, so this CL attempts to add passing Base unit tests with as few changes to Base as possible. Pulls in the following from Chromium: 3be75bf76ac061129ec2a9e887d5d50cfd016a56 Updates: base/i18n/rtl_unittest.cc (Additional changes made manually to pass tests -- removed Windows-specific code). base/test/icu_test_util.cc base/test/icu_test_util.h e89963accb5f3a9d93b8007b22fc79c0120eb794 Updates: base/files/file_path_unittest.cc R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/1445163002 .