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/cpp11_*: failing on i-nucleo-lrwan1 #14578

Closed
fjmolinas opened this issue Jul 22, 2020 · 4 comments
Closed

tests/cpp11_*: failing on i-nucleo-lrwan1 #14578

fjmolinas opened this issue Jul 22, 2020 · 4 comments
Assignees
Labels
Area: tests Area: tests and testing framework Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@fjmolinas
Copy link
Contributor

fjmolinas commented Jul 22, 2020

Description

All cpp11 tests are failing on i-nucleo-lrwan1 they all hang right away, reproduced in 2020.04.

Steps to reproduce the issue

BOARD=i-nucleo-lrwan1 make -C tests/cpp11_condition_variable/ flash test

BOARD=i-nucleo-lrwan1 make -C tests/cpp11_mutex/ flash test

BOARD=i-nucleo-lrwan1 make -C tests/cpp11_tthread/ flash term -j3

Expected results

Test passes.

Actual results

  • tests/cpp1_condition_variable
2020-07-22 14:01:21,614 # START
2020-07-22 14:01:21,618 # main(): This is RIOT! (Version: 2020.04)
2020-07-22 14:01:21,618 #
2020-07-22 14:01:21,623 # ************ C++ condition_variable test ***********
2020-07-22 14:01:21,626 # Wait with predicate and notify one ...
  • tests/cpp1_condition_mutex
2020-07-22 13:59:58,041 # START
2020-07-22 13:59:58,044 # main(): This is RIOT! (Version: 2020.04)
2020-07-22 13:59:58,045 #
2020-07-22 13:59:58,048 # ************ C++ mutex test ***********
2020-07-22 13:59:58,050 # Lock and unlock ...
  • tests/cpp1_condition_thread
2020-07-22 14:05:08,979 # START
2020-07-22 14:05:08,983 # main(): This is RIOT! (Version: 2020.04)
2020-07-22 14:05:08,983 #
2020-07-22 14:05:08,986 # ************ C++ thread test ***********
2020-07-22 14:05:08,991 # Creating one thread and passing an argument ...

Versions

Built in docker.

@fjmolinas fjmolinas added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: tests Area: tests and testing framework labels Jul 22, 2020
@fjmolinas fjmolinas changed the title tests/cpp1: failing on i-nucleo-lrwan1 tests/cpp11*: failing on i-nucleo-lrwan1 Jul 22, 2020
@fjmolinas fjmolinas changed the title tests/cpp11*: failing on i-nucleo-lrwan1 tests/cpp11_%: failing on i-nucleo-lrwan1 Jul 22, 2020
@keestux
Copy link
Contributor

keestux commented Aug 12, 2020

@fjmolinas why do you use % in the title? Don't you mean *, which is common for "glob"?

@fjmolinas
Copy link
Contributor Author

@fjmolinas why do you use % in the title? Don't you mean *, which is common for "glob"?

Yes, well % its the equivalent for makefiles, change if you find it more understandable.

@keestux
Copy link
Contributor

keestux commented Aug 13, 2020

I see. However, % in makefiles is not equivalent to * wildcard (or glob).

In the title of this issue it makes more sense to use *, so I'll change it.

@keestux keestux changed the title tests/cpp11_%: failing on i-nucleo-lrwan1 tests/cpp11_*: failing on i-nucleo-lrwan1 Aug 13, 2020
@MrKevinWeiss MrKevinWeiss added this to the Release 2021.07 milestone Jun 21, 2021
@MrKevinWeiss MrKevinWeiss removed this from the Release 2021.07 milestone Jul 15, 2021
@maribu
Copy link
Member

maribu commented May 19, 2023

I cannot reproduce the issues on any of my hardware and didn't see any issues in the last couple of release tests for any of the boards I tested on. I suspend an toolchain issue.

I'm closing this for now. If the issue can be reproduced, this issue can be reopened easily.

@maribu maribu closed this as completed May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tests Area: tests and testing framework Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

5 participants