1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Alex Dowad
6ad746488e Show diffs for failed tests on Azure CI
It's currently not possible to view the "Tests" tab on Azure if
you're not signed in, so also display diffs in the log.

Closes GH-5612.
2020-05-22 16:37:04 +02:00
Nikita Popov
405bea4750 Update msan symbolizer path
To account for the newer version of LLVM on Ubuntu 18.04.
2020-05-20 15:24:49 +02:00
Nikita Popov
0dfca74be2 Setup msan on azure
This uses a separate job template, because msan requires all used
libraries (apart from glibc) to be instrumented, so we can't link
any external libraries unless we recompile them. As such, we need
a much more minimal configure.
2019-07-01 17:27:42 +02:00
Joe Watkins
550f95e645 should be or 2019-06-04 08:23:43 +02:00
Joe Watkins
666cc8d5da always run 2019-06-04 08:12:53 +02:00
Joe Watkins
47a953919f run/publish test on success and failure 2019-06-04 08:10:52 +02:00
Joe Watkins
b2aef9e47a always run/publish tests, even when failing 2019-06-04 08:06:53 +02:00
Joe Watkins
d37c335118 always run/publish tests 2019-06-04 07:50:46 +02:00
Joe Watkins
74ce812007 Set up CI with Azure Pipelines 2019-06-03 22:27:50 +02:00