1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles31BaseFunc.h"
19 #include "../ActsDeqpgles310025TestSuite.h"
20 #include "shrinkdefine.h"
21 
22 using namespace std;
23 using namespace testing::ext;
24 using namespace OHOS;
25 
26 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024893,
27         "dEQP-GLES31.functional.layout_binding",
28         ".negative.ubo.vertex_binding_over_max");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024894,
31         "dEQP-GLES31.functional.layout_binding.",
32         "negative.ubo.fragment_binding_over_max");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024895,
35         "dEQP-GLES31.functional.layout_binding.ne",
36         "gative.ubo.tess_control_binding_over_max");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024896,
39         "dEQP-GLES31.functional.layout_binding.neg",
40         "ative.ubo.tess_evaluation_binding_over_max");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024897,
43         "dEQP-GLES31.functional.layout_bind",
44         "ing.negative.ubo.vertex_binding_neg");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024898,
47         "dEQP-GLES31.functional.layout_bindi",
48         "ng.negative.ubo.fragment_binding_neg");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024899,
51         "dEQP-GLES31.functional.layout_binding",
52         ".negative.ubo.tess_control_binding_neg");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024900,
55         "dEQP-GLES31.functional.layout_binding.n",
56         "egative.ubo.tess_evaluation_binding_neg");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024901,
59         "dEQP-GLES31.functional.layout_binding.ne",
60         "gative.ubo.vertex_binding_over_max_array");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024902,
63         "dEQP-GLES31.functional.layout_binding.neg",
64         "ative.ubo.fragment_binding_over_max_array");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024903,
67         "dEQP-GLES31.functional.layout_binding.negat",
68         "ive.ubo.tess_control_binding_over_max_array");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024904,
71         "dEQP-GLES31.functional.layout_binding.negati",
72         "ve.ubo.tess_evaluation_binding_over_max_array");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024905,
75         "dEQP-GLES31.functional.layout_binding",
76         ".negative.ubo.vertex_binding_neg_array");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024906,
79         "dEQP-GLES31.functional.layout_binding.",
80         "negative.ubo.fragment_binding_neg_array");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024907,
83         "dEQP-GLES31.functional.layout_binding.ne",
84         "gative.ubo.tess_control_binding_neg_array");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024908,
87         "dEQP-GLES31.functional.layout_binding.nega",
88         "tive.ubo.tess_evaluation_binding_neg_array");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024909,
91         "dEQP-GLES31.functional.layout_bindin",
92         "g.negative.ubo.binding_contradictory");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024910,
95         "dEQP-GLES31.functional.layout_binding.n",
96         "egative.ubo.binding_contradictory_array");
97