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

Side by Side Diff: mojo/edk/test/multiprocess_test_helper_unittest.cc

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/edk/system/waiter.cc ('k') | mojo/edk/test/test_support_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "mojo/edk/test/multiprocess_test_helper.h" 5 #include "mojo/edk/test/multiprocess_test_helper.h"
6 6
7 #include <stddef.h>
8
7 #include <utility> 9 #include <utility>
8 10
9 #include "base/logging.h" 11 #include "base/logging.h"
10 #include "build/build_config.h" 12 #include "build/build_config.h"
11 #include "mojo/edk/embedder/scoped_platform_handle.h" 13 #include "mojo/edk/embedder/scoped_platform_handle.h"
12 #include "mojo/edk/system/test_utils.h" 14 #include "mojo/edk/system/test_utils.h"
13 #include "mojo/edk/test/test_utils.h" 15 #include "mojo/edk/test/test_utils.h"
14 #include "testing/gtest/include/gtest/gtest.h" 16 #include "testing/gtest/include/gtest/gtest.h"
15 17
16 #if defined(OS_POSIX) 18 #if defined(OS_POSIX)
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 << "DISREGARD: Expected failure #1 in child process"; 192 << "DISREGARD: Expected failure #1 in child process";
191 EXPECT_FALSE( 193 EXPECT_FALSE(
192 IsNonBlocking(MultiprocessTestHelper::client_platform_handle.get())) 194 IsNonBlocking(MultiprocessTestHelper::client_platform_handle.get()))
193 << "DISREGARD: Expected failure #2 in child process"; 195 << "DISREGARD: Expected failure #2 in child process";
194 } 196 }
195 197
196 } // namespace 198 } // namespace
197 } // namespace test 199 } // namespace test
198 } // namespace edk 200 } // namespace edk
199 } // namespace mojo 201 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/edk/system/waiter.cc ('k') | mojo/edk/test/test_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698