mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Use require !skip_btrace_pt_tests
This changes some tests to use "require !skip_btrace_pt_tests" and "require !skip_tsx_tests".
This commit is contained in:
@ -15,15 +15,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
if { [skip_btrace_pt_tests] } {
|
require !skip_btrace_pt_tests !skip_tsx_tests
|
||||||
unsupported "target does not support PT"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
if { [skip_tsx_tests] } {
|
|
||||||
unsupported "target does not support TSX"
|
|
||||||
return -1
|
|
||||||
}
|
|
||||||
|
|
||||||
standard_testfile .c x86-tsx.S
|
standard_testfile .c x86-tsx.S
|
||||||
if [prepare_for_testing "failed to prepare" $testfile "$srcfile $srcfile2" {debug}] {
|
if [prepare_for_testing "failed to prepare" $testfile "$srcfile $srcfile2" {debug}] {
|
||||||
|
Reference in New Issue
Block a user