Skip to content

Commit 52a5fdd

Browse files
committed
fix c atomic mess
1 parent 584a90e commit 52a5fdd

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

path_properties.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ def get(path):
661661
'abort.c': {'signal_received': signal.Signals.SIGABRT},
662662
'atomic': (
663663
{
664+
'baremetal': False,
664665
'test_run_args': {'cpus': 3},
665666
},
666667
{
@@ -689,19 +690,6 @@ def get(path):
689690
'return2.c': {'exit_status': 2},
690691
# This has complex failure modes, too hard to assert.
691692
'smash_stack.c': {'skip_run_unclassified': True},
692-
'std_atomic.c': {'baremetal': False},
693-
'atomic': (
694-
{
695-
'test_run_args': {'cpus': 3},
696-
},
697-
{
698-
'aarch64_add.c': {'allowed_archs': {'aarch64'}},
699-
'aarch64_ldadd.c': {'allowed_archs': {'aarch64'}},
700-
'aarch64_ldaxr_stlxr.c': {'allowed_archs': {'aarch64'}},
701-
'x86_64_inc.c': {'allowed_archs': {'x86_64'}},
702-
'x86_64_lock_inc.c': {'allowed_archs': {'x86_64'}},
703-
},
704-
),
705693
# Wrapper not defined by newlib.
706694
'timespec_get.c': {'baremetal': False},
707695
}

0 commit comments

Comments
 (0)