mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Use require support_go_compile
This changes some tests to use "require support_go_compile".
This commit is contained in:
@ -20,8 +20,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile package1.go package2.go
|
standard_testfile package1.go package2.go
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
|
|
||||||
load_lib "go.exp"
|
load_lib "go.exp"
|
||||||
|
|
||||||
require !skip_go_tests
|
require !skip_go_tests support_go_compile
|
||||||
if { [support_go_compile] == 0 } { continue }
|
|
||||||
|
|
||||||
standard_testfile .go
|
standard_testfile .go
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user