Skip to content

Commit

Permalink
remove xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
farzonl committed Feb 20, 2024
1 parent 595ce41 commit 2255c53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/test/SemaHLSL/BuiltIns/dot-errors.hlsl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %clang_cc1 -std=hlsl2021 -finclude-default-header -x hlsl -triple \
// RUN: dxil-pc-shadermodel6.3-library %s -fnative-half-type \
// RUN: -emit-llvm -disable-llvm-passes -verify -verify-ignore-unexpected
// NOTE: This test is marked XFAIL because when overload resolution merges
// NOTE: test_dot_element_type_mismatch & test_dot_scalar_mismatch will have different behavior
// XFAIL: *

float test_first_arg_is_not_vector ( float p0, float2 p1 ) {
return dot ( p0, p1 );
Expand Down

0 comments on commit 2255c53

Please sign in to comment.