index
:
riscv-gnu-toolchain/qemu/meson.git
0.35.1
0.41
0.42
0.42-msi
0.44
0.45
0.46
0.47
0.48
0.49
0.50
0.51
0.52
0.53
0.54
0.55
0.56
0.57
0.58
0.59
0.60
0.61
0.62
0.63
0.63.0-ifort
0.64
0.pypy-test
0.pypy-test-2
0.tryme
1.0
1.0000000000000000000000001
1.1
1.2
1.87654321
1.tryme
58rc1
add-configuration-configure_File
appleld
asmfix
biggen
builddirupgrade
buildtyperemains
capitalization
cfortfix
checknetworkd
cigreen
clangclrust
clangformatcheck
clangsanitize
cleandead
cleanstray
corporations
cpp23
cppmodules
cppnorth
crossargfix
crossenvvar
cudacustom
cudafix0572
cudamem
cygwindisableagain
cygwindisabletest
darwin_arch
dcb
debcrossfixes
debianfix
debpy310
delghwt
deterministichash
dimpdir
dirc2
dircondense
dircondense2
dircondense64
disable32rustwin
docbuild
docdelghwt
docimagelinks
docrewrap
dolphin
dotinclude
dverfix
eli/ci-shell
eli/submit/doc-no-pr-publish
emptysubdir
endmessage
env2cross
env2mfile
env2mfilefix
envvarfixup
es/0.61-plus-cython
eschwartz/python-lib-install-dir
exewrapfix
failcheck
fatalhotdoc
fedora
fgetcfix
filecleanup
fix7611
fix7920
fix7975
fixci
fixlint
fixmacci
fixplainwin
flexfix
flexunity
flob
fortrancase
fortranmodscan
fromlongmsg
gccmodules
gencustom
gentarget
gh-pages
gnuobjc
ignorebuilddir
ignoreencodingerrors
immufix
implicitcustom
includeviolation
installdir
installdoc
intrcmd
ioscross
javacross
joinelse
jslibs
keepbackend
killhfs
killpy3
lang-enum
limitpar
linkmsg
macfixes
macfixes2
macfixes3
macinstall
macinstaller
macpkgclean
master
mensinda_temp_fix
mingwdisable
modulestricter
msifix
msifixpy39
msipkgfix
mtesttemp
ninjabump
ninjalink
ninjarestat
ninjarevert
ninjaver
ninjaverdown
nirbheek-vacation-nolife-typo-fixes
nirbheek/deprecate-get-option-buildtype
nirbheek/fix-giscanner
nirbheek/fix-x86-vs2017-ci
nirbheek/gnome-mkenums-rspfile
nirbheek/more-buildtype-changes
nirbheek/un-disable-rust-clang-cl
nirbheek/un-disable-rust-vs2017
nirbheek/valac-clang-int-conversion
no_build
noecho
nopipe
objversions
onemore
ongoingxcode
openmpitimeout
optionlookup
optiontree
overrides
pipdoc
pkgfix
ppcfix
pr8895-old
prelink
progrefactor
providedoc
py310msi
pydisttest
pylogfix
pym3fix
pyrefix
pythonbump
rcdircondense
regrfix
remove-parse_cmd_line_options
removednumbers
rename61rc1
renamesubdirs
renumber
renumbering
revert-10041-wayland-pkgconfig
revert-10757-llvm-config
revert5323
revertoverride
reverts
revertthinlto
reviewtool
runsubdir
scanbuildtempdir
sccache
sdldoc
sharedwithrust
simdix
simplestart
stricternames
subdirrefac
swiftxcode
symlinkinrelease
sysprops
targetbatch
testcommand
testsilencing
thinlto
timeoutfix
tingping/test-gir-program
tingping/test-profile
tingping/xdg-module
trigger-ciimage-builder
typofix
unittestarg
useargsintests
verfix
versionfile
versionfromfile
vs22
vs_pch_fix
vsasan
vsenv
vsenvfix
vsmodfix
vsmodtest
vsmodver
wasmthreadcount
wip/default-directories
wip/ignatenko/gtester
wip/tingping/xdg-auto-post-install
wip/xclaesse/pr-10714
wip/xclaesse/pr-12097
wix4
wrapcase
wrapdocs
xclaesse/pr11561-orig
xcode1234
xcode200
xcodeclean
xcodeeeeee
xcodeevenmore
xcodef
xcodefix
xcodeforever
xcodegalley
xcodegodot
xcodehalfway
xcodelibs
xcodeminor
xcodeobjc
xcodepartn
xcodepoop
xcodeprojecttree
xcoderefactor
xcodeslogging
xcodetunkki
xcodewarnopt
xcodex
xcodez
xcode🥃
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
mtest.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
mtest: implement a maxfail option
Eli Schwartz
1
-0
/
+6
2022-09-19
pylint: enable use-dict-literal
Dylan Baker
1
-4
/
+4
2022-09-19
pylint: enable use-list-literal
Dylan Baker
1
-1
/
+1
2022-09-04
mtest: Run ninja build.ninja before loading tests
Andres Freund
1
-0
/
+10
2022-09-04
mtest: pull detection of ninja into TestHarness
Andres Freund
1
-10
/
+24
2022-09-04
mtest: Move loading of test data into its own function
Andres Freund
1
-10
/
+13
2022-08-12
mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes
Dimitri John Ledkov
1
-0
/
+4
2022-08-07
mtest: unify parsed and non-parsed output handling
Hemmo Nieminen
1
-25
/
+13
2022-08-01
Inline try_wait_one using asyncio.wait_for
Elliott Sales de Andrade
1
-8
/
+7
2022-06-17
Improve WINEPATH reduction
Xavier Claessens
1
-1
/
+2
2022-06-09
mtest: do not process zero byte reads in read_decode()
Hemmo Nieminen
1
-4
/
+5
2022-06-09
mtest: enable access to the console logger instance
Hemmo Nieminen
1
-3
/
+7
2022-06-09
mtest: store all test results directly to TestRun
Hemmo Nieminen
1
-60
/
+57
2022-06-09
mtest: store test output directly to a TestRun object
Hemmo Nieminen
1
-33
/
+48
2022-06-09
mtest: print only one empty line before test summary
Hemmo Nieminen
1
-1
/
+0
2022-06-09
mtest: improve text test log formatting
Hemmo Nieminen
1
-13
/
+17
2022-06-09
mtest: differentiate stdout and stderr in test log text files
Hemmo Nieminen
1
-2
/
+7
2022-06-09
mtest: print "live" test output when verbose with only 1 test
Hemmo Nieminen
1
-0
/
+2
2022-06-09
mtest: remove unused arguments from read_decode_lines()
Hemmo Nieminen
1
-7
/
+5
2022-06-09
mtest: introduce get_test_num_prefix() helper function
Hemmo Nieminen
1
-5
/
+6
2022-06-09
mtest: split TestRun's get_details() to multiple functions
Hemmo Nieminen
1
-5
/
+11
2022-06-09
mtest: make ConsoleLogger's detail property a function
Hemmo Nieminen
1
-8
/
+7
2022-06-09
mtest: show "timed out" messages with --print-errorlogs option
Hemmo Nieminen
1
-1
/
+2
2022-06-09
mtest: fix a couple of minor whitespace / typing issues
Hemmo Nieminen
1
-5
/
+9
2022-05-24
mtest: ignore invalid input
Paolo Bonzini
1
-5
/
+0
2022-05-17
mtest: stop disrespecting the gdb config file
Eli Schwartz
1
-1
/
+1
2022-03-14
mtest: fix logic bug that broke tests where the cmd is a Windows found program
Eli Schwartz
1
-3
/
+3
2022-02-27
Merge pull request #10004 from bonzini/mtest-tap-stderr
Jussi Pakkanen
1
-8
/
+9
2022-02-20
mtest: refactor common condition into a property of TestRun
Paolo Bonzini
1
-6
/
+8
2022-02-20
mtest: raise informative error message when test program doesn't exist
Eli Schwartz
1
-2
/
+5
2022-02-20
mtest: print stderr of TAP/Rust tests in verbose/non-parallel mode
Paolo Bonzini
1
-3
/
+2
2022-02-01
mtest: support for forcibly verbose logging of some tests
Paolo Bonzini
1
-12
/
+14
2021-12-11
Activate VS env when running `meson test`
William Toohey
1
-1
/
+4
2021-12-05
rename exe_runner to exe_wrapper everywhere
Eli Schwartz
1
-6
/
+6
2021-11-16
mtest: add an ASCII-only version of the spinner
Paolo Bonzini
1
-4
/
+7
2021-10-28
mtest: accept very long lines
Paolo Bonzini
1
-1
/
+8
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
1
-2
/
+2
2021-10-18
mtest: limit "magic" CTRL+C behavior to process group leaders
Paolo Bonzini
1
-1
/
+4
2021-10-04
fix incorrect porting from % formatting to .format method
Eli Schwartz
1
-1
/
+1
2021-10-04
various python neatness cleanups
Eli Schwartz
1
-3
/
+3
2021-09-29
Revert "mtest: fix test output issues (in console)"
Paolo Bonzini
1
-209
/
+201
2021-09-25
mtest: fix test output issues (in console)
Hemmo Nieminen
1
-201
/
+209
2021-09-20
mtest: Allow gtest protocol test to fail more gracefully
Dylan Baker
1
-1
/
+8
2021-07-07
cleanup self.options.wd
Paolo Bonzini
1
-4
/
+2
2021-07-07
resolve symlinks passed to -C
Paolo Bonzini
1
-2
/
+3
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
1
-1
/
+1
2021-03-23
mtest: timeout if the write side of pipes does not close
Paolo Bonzini
1
-11
/
+39
2021-03-23
mtest: remove pointless try/except from try_wait_one
Paolo Bonzini
1
-5
/
+3
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
1
-1
/
+1
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
1
-28
/
+28
[next]