layers: Add NotTestable to the ...stats.py script
authorDave Houlton <daveh@lunarg.com>
Thu, 18 May 2017 21:56:22 +0000 (15:56 -0600)
committerDave Houlton <daveh@lunarg.com>
Thu, 18 May 2017 22:43:21 +0000 (16:43 -0600)
Change-Id: I06befac273829cf54c1ba113be31da9ba3fee190

layers/vk_validation_stats.py

index 21c0e0b..43f16a8 100755 (executable)
@@ -122,7 +122,7 @@ class ValidationDatabase:
                     self.db_unimplemented_implicit.append(error_enum)
                 if implemented not in ['Y', 'N']:
                     self.db_invalid_implemented.append(error_enum)
-                if testname.lower() not in ['unknown', 'none']:
+                if testname.lower() not in ['unknown', 'none', 'nottestable']:
                     self.db_enum_to_tests[error_enum] = testname.split(',')
                     #if len(self.db_enum_to_tests[error_enum]) > 1:
                     #    print "Found check %s that has multiple tests: %s" % (error_enum, self.db_enum_to_tests[error_enum])