static g++: clarify pthread problems further

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-15 00:00:00 +00:00
parent adf3ab1288
commit 730eb8e991
2 changed files with 10 additions and 4 deletions

View File

@@ -561,7 +561,10 @@ path_properties_tuples = (
},
{
'abort.c': {'signal_received': signal.Signals.SIGABRT},
'atomic.c': {'baremetal': False},
'atomic.c': {
'baremetal': False,
'test_run_args': {'cpus': 3},
},
'assert_fail.c': {'signal_received': signal.Signals.SIGABRT},
# This has complex failure modes, too hard to assert.
'smash_stack.c': {'skip_run_unclassified': True},