bt benchmark: Ignore commit ae466a6e1b856d96cf5112a371b4df2b732503ec
authorKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 15:34:40 +0000 (11:34 -0400)
committerKienan Stewart <kstewart@efficios.com>
Thu, 25 May 2023 15:40:18 +0000 (11:40 -0400)
The commit fails to build. See
https://lava-master-03.internal.efficios.com/scheduler/job/133

```
param-validation.c: In function 'validate_map_value':
param-validation.c:226:30: error: 'BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERROR' undeclared (first use in this function)
  if (foreach_entry_status == BT_VALUE_MAP_FOREACH_ENTRY_CONST_STATUS_MEMORY_ERR
param-validation.c:226:30: note: each undeclared identifier is reported only once for each function it appears in
Makefile:466: recipe for target 'param-validation.lo' failed
```

Change-Id: I30f824fde526ed52f0427e233d808780f19d527a

scripts/babeltrace-benchmark/benchmark.py

index d1805cf70941846482714d5acdae21739a6f53c8..5687826ce50986170f7a479f50eee26530b1499e 100644 (file)
@@ -48,6 +48,7 @@ invalid_commits = {
         "ce67f5614a4db3b2de4d887eca52135b439b4937", # Does not build
         "80aff5efc66679fd934cef433c0e698694748385", # Does not build
         "f4f11e84942d36fcc8a597d226928bce2ccac4b3", # Does not build
+        "ae466a6e1b856d96cf5112a371b4df2b732503ec", # Does not build
         }
 
 def json_type(string):
This page took 0.023923 seconds and 4 git commands to generate.