[all-commits] [llvm/llvm-project] 13bf5e: [lit] worker.py: Improve code for executing a sing...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Thu Oct 17 17:49:23 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 13bf5eb1f4e1a19d49cc3bacd99219963765df9e
https://github.com/llvm/llvm-project/commit/13bf5eb1f4e1a19d49cc3bacd99219963765df9e
Author: Julian Lettner <jlettner at apple.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)
Changed paths:
M llvm/utils/lit/lit/worker.py
Log Message:
-----------
[lit] worker.py: Improve code for executing a single test
llvm-svn: 375194
Commit: a3d2f9b53ac006cb972b61b0dbfcb5babe4356bf
https://github.com/llvm/llvm-project/commit/a3d2f9b53ac006cb972b61b0dbfcb5babe4356bf
Author: Julian Lettner <jlettner at apple.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)
Changed paths:
M llvm/utils/lit/lit/Test.py
M llvm/utils/lit/lit/worker.py
Log Message:
-----------
[lit] Move resolving of XFAIL result codes out of Test.setResult
This will allow us to serialize just the result object instead of the
whole lit.Test object back from the worker to the main lit process.
llvm-svn: 375195
Compare: https://github.com/llvm/llvm-project/compare/d72637f5ccc4...a3d2f9b53ac0
More information about the All-commits
mailing list