OSDN Git Service

Regres: Don't attempt to build failing changes forever.
authorBen Clayton <bclayton@google.com>
Thu, 14 Mar 2019 09:51:36 +0000 (09:51 +0000)
committerBen Clayton <bclayton@google.com>
Tue, 19 Mar 2019 14:18:15 +0000 (14:18 +0000)
commit665ee57485c66838547b0da90686c64722a6395d
tree99fc2c5f6622139f5231ce5a29c45285f380b87a
parent24cb99d44e9c508dde5a5b4ea0c5015fc8697f94
Regres: Don't attempt to build failing changes forever.

If a test failed to build, an error was logged to stdout, but the error was not posted to the change. This meant the change would be picked up by regres again, and the process would repeat ad-infinitum.

Posting of the build error used to work, but was broken by bfaf4e825b.

Change-Id: I1e59f0d2e5ee26eb002aa2c596dc5491e48a9c87
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/27169
Tested-by: Ben Clayton <bclayton@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
tests/regres/main.go