-
Notifications
You must be signed in to change notification settings - Fork 3k
Extends test set for EventFlags class #5081
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
Conversation
@0xc0170 Could you take a look? |
934a821
to
8f1ee89
Compare
@maciejbocianski Can you please rebase to resolve circle-ci failure? We will then trigger the Ci test |
@maciejbocianski @0xc0170 I turned off circle CI. It was just a bad copy of travis CI. You may need to push a commit to re-trigger CI and get the red x off of your commit. |
8f1ee89
to
796a50b
Compare
done |
/morph test |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
@maciejbocianski When you do any change, it is beneficial to share how it was tested (how mnay toolchains, targets). |
/morph test-nightly |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
@maciejbocianski PLease look at the results, there are failures related |
796a50b
to
be8e3b9
Compare
@0xc0170 fix added |
87faf22
to
cd468fb
Compare
retest uvisior |
retest uvisor |
145d066
to
99867c1
Compare
99867c1
to
40b8acd
Compare
@c1728p9 Could you take a look at the new version? |
|
||
#if defined(MBED_RTOS_SINGLE_THREAD) | ||
#error [NOT_SUPPORTED] test not supported | ||
#endif | ||
|
||
#define TEST_STACK_SIZE 512 | ||
#define THREAD_STACK_SIZE 256 /* 512B stack on GCC_ARM compiler cause out of memory on some 16kB RAM boards */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This stack is quite small. Which devices were failing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test fails on nucleo_f070rb with GCC_ARM compiler on develop profile with 512B and 400B
384B stack is ok, so could be increased a bit to 320B or 350B
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stack increased to 320B
Build : SUCCESSBuild number : 16 |
40b8acd
to
0e014c9
Compare
Build : SUCCESSBuild number : 111 Triggering tests/test mbed-os |
Build : SUCCESSBuild number : 170 Skipping test trigger, missing label 'NEED CI' |
Build : SUCCESSBuild number : 171 Skipping test trigger, missing label 'NEED CI' |
Test : SUCCESSBuild number : 76 |
Test : SUCCESSBuild number : 81 |
/morph uvisor-test |
Description
New test suite for EventFlags class
Status
READY