Skip to content

Commit dd7499d

Browse files
committed
Revert "[infra] Try to handle failing to restore the crash resource limit instead."
This reverts commit 225682f. The reverted commit is reviewed at https://dart-review.googlesource.com/c/sdk/+/127164 An added check for None from this change is kept, and not reverted. Revert "[infra] Temporarily disable exception for invalid core pattern" This reverts commit 1a41670. The reverted commit is reviewed at https://dart-review.googlesource.com/c/sdk/+/127163 These commits were temporary workarounds for a change in swarming that changed the core_pattern for linux core dumps. That change is reverted, and the workarounds should be removed. See issue https://bugs.chromium.org/p/chromium/issues/detail?id=1030546 Closes: #39662 Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1030546 Change-Id: Idf41549f02df7918e9fb0704b0f4dd7cad6ddcf3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127461 Reviewed-by: Jonas Termansen <sortie@google.com>
1 parent ffd7576 commit dd7499d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ def CheckLinuxCoreDumpPattern(fatal=False):
749749
raise Exception(message)
750750
else:
751751
print(message)
752-
return True # TODO(39662): Remove once the core_pattern is fixed
753752
return False
754753
return True
755754

0 commit comments

Comments
 (0)