We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595ce41 commit 2255c53Copy full SHA for 2255c53
clang/test/SemaHLSL/BuiltIns/dot-errors.hlsl
@@ -1,9 +1,6 @@
1
// RUN: %clang_cc1 -std=hlsl2021 -finclude-default-header -x hlsl -triple \
2
// RUN: dxil-pc-shadermodel6.3-library %s -fnative-half-type \
3
// RUN: -emit-llvm -disable-llvm-passes -verify -verify-ignore-unexpected
4
-// NOTE: This test is marked XFAIL because when overload resolution merges
5
-// NOTE: test_dot_element_type_mismatch & test_dot_scalar_mismatch will have different behavior
6
-// XFAIL: *
7
8
float test_first_arg_is_not_vector ( float p0, float2 p1 ) {
9
return dot ( p0, p1 );
0 commit comments