This repository was archived by the owner on Jun 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
BuildSlaveSupport/build.webkit.org-config Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -412,10 +412,10 @@ class RunWebKitTests(shell.Test):
412
412
return FAILURE
413
413
414
414
# Return code from Tools/Scripts/layout_tests/run_webkit_tests.py.
415
- # This means that an exception was raised when running run-webkit-tests and
416
- # was never handled.
417
- if cmd .rc == 254 :
418
- return EXCEPTION
415
+ # This means that an exception was raised when running run-webkit-tests and
416
+ # was never handled.
417
+ if cmd .rc == 254 :
418
+ return EXCEPTION
419
419
if cmd .rc != 0 :
420
420
return FAILURE
421
421
Original file line number Diff line number Diff line change
1
+ 2017-03-23 Carlos Alberto Lopez Perez <
[email protected] >
2
+
3
+ buildbot: Fix mixing of tabs and spaces after r214172
4
+ https://bugs.webkit.org/show_bug.cgi?id=169793
5
+
6
+ Unreviewed.
7
+
8
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg:
9
+ (RunWebKitTests.evaluateCommand):
10
+
1
11
2017-03-22 Andy Estes <
[email protected] >
2
12
3
13
[Cocoa] Add an option to exclude overflow when snapshotting a WKWebProcessPlugInNodeHandle
You can’t perform that action at this time.
0 commit comments