mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
ci: mark more ever more tests as flaky
This commit is contained in:
parent
03709169e2
commit
cbb67b2009
4 changed files with 9 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
|
// vtest flaky: true
|
||||||
|
// vtest retry: 3
|
||||||
import rand
|
import rand
|
||||||
|
|
||||||
const (
|
const strings = unique_strings(200, 10)
|
||||||
strings = unique_strings(200, 10)
|
|
||||||
)
|
|
||||||
|
|
||||||
fn unique_strings(arr_len int, str_len int) []string {
|
fn unique_strings(arr_len int, str_len int) []string {
|
||||||
mut arr := []string{cap: arr_len}
|
mut arr := []string{cap: arr_len}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// vtest flaky: true
|
||||||
|
// vtest retry: 3
|
||||||
import v.tests.project_with_c_code.mod1
|
import v.tests.project_with_c_code.mod1
|
||||||
|
|
||||||
fn test_using_c_code_in_the_same_module_works() {
|
fn test_using_c_code_in_the_same_module_works() {
|
|
@ -1,3 +1,5 @@
|
||||||
|
// vtest flaky: true
|
||||||
|
// vtest retry: 3
|
||||||
import v.tests.project_with_c_code_2.modc
|
import v.tests.project_with_c_code_2.modc
|
||||||
|
|
||||||
fn test_using_c_code_in_the_same_module_works() {
|
fn test_using_c_code_in_the_same_module_works() {
|
|
@ -1,3 +1,5 @@
|
||||||
|
// vtest flaky: true
|
||||||
|
// vtest retry: 3
|
||||||
import v.tests.project_with_c_code_3.mod1
|
import v.tests.project_with_c_code_3.mod1
|
||||||
|
|
||||||
fn test_using_c_code_in_the_same_module_works() {
|
fn test_using_c_code_in_the_same_module_works() {
|
Loading…
Add table
Add a link
Reference in a new issue