Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Ardruino and quark_se_c1000_ss_devboard:arc #14283

Closed
cinlyooi-intel opened this issue Mar 12, 2019 · 6 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug Wont Fix Not going to fix or implement

Comments

@cinlyooi-intel
Copy link
Contributor

cinlyooi-intel commented Mar 12, 2019

Describe the bug
test_wdt: test_wdt_callback_1() == TC_PASS is false for Arduino_Due
[Note: Same as #13347 but that was for QuarkSE/ARC. Not changing that bug because a PR was already created for that]

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -GNinja -DBOARD=arduino_due -DARCH=arm
  3. ninja
  4. ninja run

Screenshots or console output

Running test suite wdt_basic_test
===================================================================
starting test - test_wdt
 Testcase: test_wdt_callback_1
 Assertion failed at /home/cinlyooi/tests/zephyr.git/tests/drivers/watchdog/wdt_basic_api/src/test_wdt.c:308: test_wdt: test_wdt_callback_1() == TC_PASS is false

 FAIL - test_wdt
===================================================================

[Update 20190313]
Observed on quark_se_c1000_ss_devboard:arc : Commit 6368ed4

***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-1003-gaf4eceaa1728 (delayed boot 1000ms) *****
Running test suite wdt_basic_test
===================================================================
starting test - test_wdt
Testcase: test_wdt_no_callback
Waiting to restart MCU
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-1003-gaf4eceaa1728 (delayed boot 1000ms) *****
Running test suite wdt_basic_test
===================================================================
starting test - test_wdt
Testcase: test_wdt_no_callback
Testcase passed
Testcase: test_wdt_callback_1
Waiting to restart MCU
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-1003-gaf4eceaa1728 (delayed boot 1000ms) *****
Running test suite wdt_basic_test
===================================================================
starting test - test_wdt
Testcase: test_wdt_callback_1

 Assertion failed at zephyr.git/tests/drivers/watchdog/wdt_basic_api/src/test_wdt.c:308: test_wdt: test_wdt_callback_1() == TC_PASS is false

FAIL - test_wdt
===================================================================
Test suite wdt_basic_test failed.
======================================================

Environment (please complete the following information):

  • OS: Linux
  • Toolchain: zephyr
  • Commit SHA or Version used: 3aa8443
@cinlyooi-intel cinlyooi-intel added the bug The issue is a bug, or the PR is fixing a bug label Mar 12, 2019
@rljordan-zz rljordan-zz added the priority: low Low impact/importance bug label Mar 12, 2019
@cinlyooi-intel cinlyooi-intel changed the title tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Ardruino tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Ardruino and quark_se_c1000_devboard:arc Mar 13, 2019
@cinlyooi-intel
Copy link
Contributor Author

Additional observation on quark_se_c1000_ss_devboard:arc logged

@cinlyooi-intel cinlyooi-intel changed the title tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Ardruino and quark_se_c1000_devboard:arc tests/drivers/watchdog/wdt_basic_api fails on test_wdt_callback_1() for Ardruino and quark_se_c1000_ss_devboard:arc Mar 13, 2019
@SavinayDharmappa
Copy link
Contributor

for quark_se_c1000_ss_devboard this testcase bypassed please refer the #14067 .

@cinlyooi-intel
Copy link
Contributor Author

Reproduced for arduino_due using commit 96235c5

@SavinayDharmappa
Copy link
Contributor

@cinlyooi-intel #14466 PR should fix issue on arduino_due as well .

@overheat
Copy link
Contributor

@cinlyooi-intel Hi, I think #14968 will resolve those issues on ATSAMxxxx based boards, like arduino_due(which I have tested)

@ManojSubbarao
Copy link

@cinlyooi-intel can this be closed if issue is fixed?

@nashif nashif self-assigned this May 28, 2019
@nashif nashif added the Wont Fix Not going to fix or implement label Jun 19, 2019
@nashif nashif closed this as completed Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug Wont Fix Not going to fix or implement
Projects
None yet
Development

No branches or pull requests

6 participants