Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
a92497dc
Commit
a92497dc
authored
Nov 19, 2020
by
Maxime Perrotin
Browse files
Merge branch 'feature_buster' into 'master'
Feature buster See merge request
!58
parents
3807c682
d3ac9b9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/ada_wrappers_body/ri.tmplt
View file @
a92497dc
...
...
@@ -52,8 +52,9 @@ begin
@@END_TABLE@@
@@END_IF@@ @@-- Has param
Put_Value (@_Partition_Name_@_@_Calling_Threads_@_k, Value);
Err := Send_Output (@_Partition_Name_@_@_Calling_Threads_@_k,
@_Calling_Threads_@_Thread_@_Calling_Threads_@_others_Port_Type'(OUTPORT_@_Name_@));
Send_Output (@_Partition_Name_@_@_Calling_Threads_@_k,
@_Calling_Threads_@_Thread_@_Calling_Threads_@_others_Port_Type'(OUTPORT_@_Name_@),
Err);
-- TODO : Report the error if any
end;
@@-- End of the "case" block
...
...
test/Demo_C/regression.py
View file @
a92497dc
...
...
@@ -4,6 +4,7 @@ import sys
timeout
=
5
binaries
=
[
"taste-simulate-leon3 output.rtems/binaries/demo_c_leon3_rtems.exe"
,
"work/binaries/demo_c"
]
...
...
test/Makefile
View file @
a92497dc
DISABLED_TESTS
=
common/ shared-components/ logs/
export
EXPECTED_FAILURES
=
test-stm32 air-iop1 stm32-serial-pohiada2 test-air-portnames stm32-f407-serial-pohi test-air-multiports test-air-interpartcomm stm32-f407-serial test-air-2cyclics stm32-f407-encodeReal TrafficLight_stm32f407_NonDistrib TrafficLight_stm32f407 msp430_cyclic_calls_protected msp430_cyclic_calls_sporadic msp430_cyclic_calls_unprotected msp430_protected_calls_protected msp430_protected_calls_sporadic msp430_protected_calls_unprotected msp430_sporadic_calls_protected msp430_sporadic_calls_sporadic msp430_sporadic_calls_unprotected msp430_unprotected_calls_protected msp430_unprotected_calls_sporadic msp430_unprotected_calls_unprotected
Demo_Database Demo_ContextParams
export
EXPECTED_FAILURES
=
test-stm32 air-iop1 stm32-serial-pohiada2 test-air-portnames stm32-f407-serial-pohi test-air-multiports test-air-interpartcomm stm32-f407-serial test-air-2cyclics stm32-f407-encodeReal TrafficLight_stm32f407_NonDistrib TrafficLight_stm32f407 msp430_cyclic_calls_protected msp430_cyclic_calls_sporadic msp430_cyclic_calls_unprotected msp430_protected_calls_protected msp430_protected_calls_sporadic msp430_protected_calls_unprotected msp430_sporadic_calls_protected msp430_sporadic_calls_sporadic msp430_sporadic_calls_unprotected msp430_unprotected_calls_protected msp430_unprotected_calls_sporadic msp430_unprotected_calls_unprotected
msp430_ada msp430_cpp msp430_driver_e_usci_serial msp430_sdl_ada msp430_sdl_c
TEST_CASES
=
$(
sort
$(
filter-out
$(DISABLED_TESTS)
,
$(
dir
$(
wildcard
*
/
))))
export
MAKEFLAGS
=
"-j
$
(grep -c ^processor /proc/cpuinfo)"
MAKEFILE_PATH
:=
$(
abspath
$(
lastword
$(MAKEFILE_LIST)
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment