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

Unified Diff: test/base-unittests/platform/platform-unittest.cc

Issue 510693003: Sync our homegrown SysInfo replacement with the one in Chrome base. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add missing include. Created 6 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/base-unittests/base-unittests.gyp ('k') | test/base-unittests/sys-info-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/base-unittests/platform/platform-unittest.cc
diff --git a/test/base-unittests/platform/platform-unittest.cc b/test/base-unittests/platform/platform-unittest.cc
index 38b1eb92b678c68f29daa32c82aead537b214c31..b0cd4e18f712d06b08359ae53fecd09e6876c25f 100644
--- a/test/base-unittests/platform/platform-unittest.cc
+++ b/test/base-unittests/platform/platform-unittest.cc
@@ -28,11 +28,6 @@ TEST(OS, GetCurrentProcessId) {
}
-TEST(OS, NumberOfProcessorsOnline) {
- EXPECT_GT(OS::NumberOfProcessorsOnline(), 0);
-}
-
-
namespace {
class SelfJoinThread V8_FINAL : public Thread {
« no previous file with comments | « test/base-unittests/base-unittests.gyp ('k') | test/base-unittests/sys-info-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698