spirv: update failing / passing tests
Some tests are now failing due to debug info changes, some tests now pass due to improved compiler functionality.
This commit is contained in:
@@ -44,8 +44,6 @@ test "empty extern union" {
|
||||
}
|
||||
|
||||
test "empty union passed as argument" {
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
const U = union(enum) {
|
||||
fn f(u: @This()) void {
|
||||
switch (u) {}
|
||||
@@ -55,8 +53,6 @@ test "empty union passed as argument" {
|
||||
}
|
||||
|
||||
test "empty enum passed as argument" {
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
const E = enum {
|
||||
fn f(e: @This()) void {
|
||||
switch (e) {}
|
||||
|
||||
Reference in New Issue
Block a user