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 "../ActsDeqpgles310009TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_008321,
27        "dEQP-GLES31.functional.tessellation.user_defin",
28        "ed_io.negative.es31.per_patch_array_of_structs");
29
30static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_008322,
31        "dEQP-GLES31.functional.tessellation.user_defined_i",
32        "o.negative.es31.per_patch_structs_containing_arrays");
33
34static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_008323,
35        "dEQP-GLES31.functional.tessellation.user_defined_io.negative.",
36        "es31.per_vertex_incorrect_control_explicit_output_array_size_2");
37
38static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_008324,
39        "dEQP-GLES31.functional.tessellation.user_defined_io.negative.",
40        "es31.per_vertex_incorrect_control_explicit_output_array_size_3");
41
42static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_008325,
43        "dEQP-GLES31.functional.tessellation.user_defined_io.negati",
44        "ve.es31.per_vertex_incorrect_eval_explicit_input_array_size");
45
46static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018244,
47        "dEQP-GLES31.functional.uniform_location",
48        ".negative.es31.duplicate_location_vertex");
49
50static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018245,
51        "dEQP-GLES31.functional.uniform_location.",
52        "negative.es31.duplicate_location_fragment");
53
54static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018246,
55        "dEQP-GLES31.functional.uniform_location.neg",
56        "ative.es31.duplicate_location_unused_vertex");
57
58static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018247,
59        "dEQP-GLES31.functional.uniform_location.nega",
60        "tive.es31.duplicate_location_unused_fragment");
61
62static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018248,
63        "dEQP-GLES31.functional.uniform_location",
64        ".negative.es31.duplicate_location_split");
65
66static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018249,
67        "dEQP-GLES31.functional.uniform_locati",
68        "on.negative.es31.array_overlap_vertex");
69
70static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018250,
71        "dEQP-GLES31.functional.uniform_locatio",
72        "n.negative.es31.array_overlap_fragment");
73
74static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018251,
75        "dEQP-GLES31.functional.uniform_location.",
76        "negative.es31.array_overlap_unused_vertex");
77
78static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018252,
79        "dEQP-GLES31.functional.uniform_location.n",
80        "egative.es31.array_overlap_unused_fragment");
81
82static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018253,
83        "dEQP-GLES31.functional.uniform_locat",
84        "ion.negative.es31.array_overlap_split");
85
86static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018254,
87        "dEQP-GLES31.functional.uniform_locati",
88        "on.negative.es31.struct_overlap_vertex");
89
90static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018255,
91        "dEQP-GLES31.functional.uniform_locatio",
92        "n.negative.es31.struct_overlap_fragment");
93
94static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018256,
95        "dEQP-GLES31.functional.uniform_location.n",
96        "egative.es31.struct_overlap_unused_vertex");
97
98static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018257,
99        "dEQP-GLES31.functional.uniform_location.ne",
100        "gative.es31.struct_overlap_unused_fragment");
101
102static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018258,
103        "dEQP-GLES31.functional.uniform_locati",
104        "on.negative.es31.struct_overlap_split");
105
106static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018259,
107        "dEQP-GLES31.functional.uniform_locatio",
108        "n.negative.es31.complex_overlap_vertex");
109
110static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018260,
111        "dEQP-GLES31.functional.uniform_location",
112        ".negative.es31.complex_overlap_fragment");
113
114static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018261,
115        "dEQP-GLES31.functional.uniform_lo",
116        "cation.negative.es31.atomic_vertex");
117
118static SHRINK_HWTEST_F(ActsDeqpgles310009TestSuite, TestCase_018262,
119        "dEQP-GLES31.functional.uniform_loc",
120        "ation.negative.es31.atomic_fragment");
121