diff options
author | Randall Spangler <rspangler@chromium.org> | 2013-11-01 08:49:17 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2013-11-01 20:07:24 +0000 |
commit | 3266ae6a7e7539f7e124c15197118fc0d9e68489 (patch) | |
tree | 0784b4936653dfc50136ce68bb1b63c614555596 /test | |
parent | d7004207e5d809ff6bc4b6a0c6969fd3b277b886 (diff) | |
download | chrome-ec-3266ae6a7e7539f7e124c15197118fc0d9e68489.tar.gz |
cleanup: Even more TODO comments
Update comments with more info, or remove if no longer applicable.
No code changes.
BUG=chrome-os-partner:18343
BRANCH=none
TEST=build all platforms; pass unit tests
Change-Id: I5b56eeb500bc0f00e84e91ef99684f4b1b310972
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175418
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/stress.c | 2 | ||||
-rw-r--r-- | test/timer_dos.py | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test/stress.c b/test/stress.c index d5c6f3a901..d357c389c5 100644 --- a/test/stress.c +++ b/test/stress.c @@ -56,8 +56,6 @@ struct i2c_test_param_t { /* ADC test */ #define ADC_TEST_ITERATION 2000 -/* TODO(victoryang): PECI test */ - /*****************************************************************************/ /* Test utilities */ diff --git a/test/timer_dos.py b/test/timer_dos.py index 86d9b7ab49..5b7e1f7d40 100644 --- a/test/timer_dos.py +++ b/test/timer_dos.py @@ -20,7 +20,7 @@ def period_us(num): # build the same pseudo random sequence as the target def build_sequence(): - #TODO + # TODO(crosbug.com/p/23800): implement return [] def test(helper): @@ -34,7 +34,7 @@ def test(helper): # Check the results model = build_sequence() - #TODO + # TODO(crosbug.com/p/23800): implement helper.trace("Got %d timer IRQ\n" % len(seq)) |