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:
Delyan Angelov 2025-03-13 19:51:51 +02:00 committed by GitHub
parent 9f3f1291e8
commit a80bc23314
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
109 changed files with 208 additions and 322 deletions

View file

@ -1,3 +1,4 @@
// vtest build: false // requires special compilation flags: `-b wasm -os browser`
fn JS.change_color_by_id(ptr u8, len int, color_ptr u8, color_len int)
// `main` must be public!

View file

@ -1,3 +1,4 @@
// vtest build: false // requires special compilation flags: `-b wasm -os browser`
fn JS.canvas_x() int
fn JS.canvas_y() int
fn JS.setpixel(x int, y int, c f64)