File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments