Skip to content

Commit

Permalink
Bug 1870675: Set timeout expectation for has-complexity on slow build…
Browse files Browse the repository at this point in the history
…s. r=jgraham

Differential Revision: https://phabricator.services.mozilla.com/D196751
  • Loading branch information
dshin-moz committed Dec 21, 2023
1 parent 9f0c4c4 commit bcd4e9b
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[has-complexity.html]
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1870675
expected:
if (os == "win") and not swgl and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and fission and tsan: [TIMEOUT, OK]
if (os == "linux") and not fission and debug: [TIMEOUT, OK]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "win") and swgl: TIMEOUT
if (os == "android") and debug: [TIMEOUT, OK]
if debug or asan or tsan: [OK, TIMEOUT]

0 comments on commit bcd4e9b

Please sign in to comment.