Lines Matching +full:modules +full:- +full:2
1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
38 "deqp/modules/candytest",
39 "deqp/modules/egl",
40 "deqp/modules/gles2",
41 "deqp/modules/gles3",
42 "deqp/modules/gles31",
43 "deqp/modules/gl3",
44 "deqp/modules/glshared",
45 "deqp/modules/glusecases",
46 "deqp/modules/opencl",
47 "deqp/modules/internal",
69 "deqp/modules/gles2/accuracy",
70 "deqp/modules/gles2/functional",
71 "deqp/modules/gles2/performance",
72 "deqp/modules/gles2/stress",
73 "deqp/modules/gles2/usecases",
74 "deqp/modules/gles3/accuracy",
75 "deqp/modules/gles3/functional",
76 "deqp/modules/gles3/stress",
77 "deqp/modules/gles3/usecases",
78 "deqp/modules/gles3/performance",
79 "deqp/modules/gles31/functional",
80 "deqp/modules/gles31/stress",
81 "deqp/modules/gl3/functional",
82 "deqp/modules/gl3/performance",
83 "deqp/modules/gl3/stress",
105 "--enable=all,style",
106 "--xml-version=2",
107 "--platform=win64",
108 "-D__cplusplus",
109 "-D_M_X64",
110 "-D_WIN32",
111 "-D_MSC_VER=1600",
112 "-DDE_DEBUG=1",
113 "-DDE_COMPILER=1", # Is preprocessor buggy in recent cppcheck?
114 "-DDE_OS=1",
115 "-DDE_CPU=1",
116 "-DDE_PTR_SIZE=4",
117 "-DAB_COMPILER=1",
118 "-DAB_OS=1",
119 "-DDEQP_TARGET_NAME=\"Cppcheck\"",
120 "-D_XOPEN_SOURCE=600",
121 "--suppress=arrayIndexOutOfBounds:deqp/framework/common/tcuVector.hpp",
122 "--suppress=invalidPointerCast:deqp/framework/common/tcuTexture.cpp",
123 "--suppress=*:deqp/framework/opencl/cl.hpp",
124 "--suppress=invalidPointerCast:deqp/modules/opencl/tclSIRLogger.cpp",
125 "--suppress=preprocessorErrorDirective:deqp/framework/platform/android/tcuAndroidMain.cpp",
126 "--suppress=invalidPointerCast:deqp/modules/gles3/functional/es3fTransformFeedbackTests.cpp",
127 "--suppress=invalidPointerCast:deqp/modules/gles3/functional/es3fUniformBlockCase.cpp",
128 "--suppress=unusedStructMember",
129 "--suppress=postfixOperator",
130 "--suppress=unusedFunction",
131 "--suppress=unusedPrivateFunction",
132 "--rule-file=deqp/scripts/no_empty_fail.rule"
139 for arg in ARGS + ["--xml"]:
143 command += " -I %s" % path
148 command += ' 2> "%s"' % fullDstFile
151 os.system('"%s"' % command) # Double-quotes needed for some reason
154 if len(sys.argv) != 2:
156 sys.exit(-1)