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:
@@ -134,8 +134,6 @@ test "invoke static method in global scope" {
|
||||
const empty_global_instance = StructWithNoFields{};
|
||||
|
||||
test "return empty struct instance" {
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
_ = returnEmptyStructInstance();
|
||||
}
|
||||
fn returnEmptyStructInstance() StructWithNoFields {
|
||||
@@ -328,7 +326,6 @@ const VoidStructFieldsFoo = struct {
|
||||
|
||||
test "return empty struct from fn" {
|
||||
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
|
||||
|
||||
_ = testReturnEmptyStructFromFn();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user