Source code

Revision control

Copy as Markdown

Other Tools

[simple-trigger-aggregatable-debug-report.sub.https.html]
expected:
if not debug and (os == "linux") and not asan and not tsan: TIMEOUT
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
[Aggregatable debug report is received.]
expected:
if not debug and (os == "linux") and not asan and not tsan: TIMEOUT
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
FAIL