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

classic mbed: bugfix can loop test #2682

Merged
merged 1 commit into from
Sep 15, 2016

Conversation

ohagendorf
Copy link
Contributor

Description

bugfixing the can loop test which failed after PR #2504

Status

READY

+--------+---------------------+-----------+----------+-------------------+--------------------+---------------+-------+
| Result | Target              | Toolchain | Test ID  | Test Description  | Elapsed Time (sec) | Timeout (sec) | Loops |
+--------+---------------------+-----------+----------+-------------------+--------------------+---------------+-------+
| OK     | NUCLEO_F746ZG[F920] | ARM       | MBED_A28 | CAN loopback test |       10.37        |       20      |  1/1  |
+--------+---------------------+-----------+----------+-------------------+--------------------+---------------+-------+

+--------+--------------------+-----------+----------+-------------------+--------------------+---------------+-------+
| Result | Target             | Toolchain | Test ID  | Test Description  | Elapsed Time (sec) | Timeout (sec) | Loops |
+--------+--------------------+-----------+----------+-------------------+--------------------+---------------+-------+
| OK     | DISCO_F746NG[F807] | ARM       | MBED_A28 | CAN loopback test |       10.38        |       20      |  1/1  |
+--------+--------------------+-----------+----------+-------------------+--------------------+---------------+-------+

+--------+--------------------+-----------+----------+-------------------+--------------------+---------------+-------+
| Result | Target             | Toolchain | Test ID  | Test Description  | Elapsed Time (sec) | Timeout (sec) | Loops |
+--------+--------------------+-----------+----------+-------------------+--------------------+---------------+-------+
| OK     | DISCO_F769NI[F94D] | ARM       | MBED_A28 | CAN loopback test |       10.37        |       20      |  1/1  |
+--------+--------------------+-----------+----------+-------------------+--------------------+---------------+-------+

Migrations

If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.

NO

Related PRs

List related PRs against other branches:

PR #2504

bugfixing the can loop test which failed after PR ARMmbed#2504
@0xc0170
Copy link
Contributor

0xc0170 commented Sep 13, 2016

LGTM, going to run tests

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 13, 2016

@mbed-bot: TEST

HOST_OSES=ALL
BUILD_TOOLCHAINS=ALL
TARGETS=ALL

@mbed-bot
Copy link

[Build 920]
FAILURE: Something went wrong when building and testing.

@bridadan
Copy link
Contributor

bridadan commented Sep 13, 2016

@0xc0170 The last failing build should be taken care of by the merge of #2648, but this PR fixed the building of the tests mentioned above, so LGTM

@bridadan bridadan mentioned this pull request Sep 13, 2016
@0xc0170
Copy link
Contributor

0xc0170 commented Sep 14, 2016

@bridadan Thanks for an update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants