mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test
, v test-self
etc); use the new // vtest build:
syntax to mark the tests instead (#23918)
This commit is contained in:
parent
9f3f1291e8
commit
a80bc23314
109 changed files with 208 additions and 322 deletions
|
@ -1,5 +1,6 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
// vtest build: amd64 || arm64
|
||||
import context
|
||||
|
||||
// This example demonstrates the use of a cancelable context to prevent a
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// vtest build: false // TODO: it sometimes blocks, investigate why
|
||||
import context
|
||||
import time
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// vtest build: amd64 || arm64
|
||||
module context
|
||||
|
||||
fn test_background() {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// vtest build: false // backtrace_symbols is missing
|
||||
module onecontext
|
||||
|
||||
import context
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// vtest build: amd64 || arm64
|
||||
import context
|
||||
|
||||
const not_found_value = &Value{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue