summaryrefslogtreecommitdiff
path: root/test/usb_pd.tasklist
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2014-08-15 16:47:10 +0000
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-15 21:13:09 +0000
commit9534a15cd73c674db8a0941793a2f24acb178c7a (patch)
treef896ed5a3a998c80eda0b5905e22cf877165fb8e /test/usb_pd.tasklist
parent67281b98079458a2d2424bdbf2e6350a8042306f (diff)
downloadchrome-ec-9534a15cd73c674db8a0941793a2f24acb178c7a.tar.gz
Revert "Add back unit test for usb_pd"
This reverts commit cb7468744d8292590ddc4fb0a0b6ed7752b1490a. Apparently this test fails when running on a heavily loaded system. Revert this for now. BUG=chromium:402335,chrome-os-partner:31200 TEST=make buildall BRANCH=None Change-Id: I8b616d3915ee5c2f524530897758871cc0375d35 Reviewed-on: https://chromium-review.googlesource.com/212582 Tested-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Christopher Wiley <wiley@chromium.org> Commit-Queue: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'test/usb_pd.tasklist')
-rw-r--r--test/usb_pd.tasklist19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/usb_pd.tasklist b/test/usb_pd.tasklist
deleted file mode 100644
index 4d95d0b156..0000000000
--- a/test/usb_pd.tasklist
+++ /dev/null
@@ -1,19 +0,0 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/**
- * List of enabled tasks in the priority order
- *
- * The first one has the lowest priority.
- *
- * For each task, use the macro TASK_TEST(n, r, d, s) where :
- * 'n' in the name of the task
- * 'r' in the main routine of the task
- * 'd' in an opaque parameter passed to the routine at startup
- * 's' is the stack size in bytes; must be a multiple of 8
- */
-#define CONFIG_TEST_TASK_LIST \
- TASK_TEST(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
- TASK_TEST(PD_C1, pd_task, NULL, LARGER_TASK_STACK_SIZE)