mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
git: add test results.
This commit is contained in:
@@ -244,5 +244,28 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
# x86_64
|
||||
#failed test(s): t0005 t0006 t0210 t0211 t0301 t0302 t1010 t1013 t1060 t1100 t1300 t1305 t1306 t1308 t1309 t1400 t1500 t1510 t2013 t2400 t2403 t3007 t3200 t3420 t3426 t3512 t3513 t3600 t3903 t3906 t4015 t4027 t4059 t4060 t4064 t4067 t4137 t4208 t4255 t5000 t5003 t5300 t5310 t5318 t5400 t5410 t5505 t5510 t5516 t5525 t5526 t5545 t5562 t5572 t5601 t5604 t5605 t5614 t5616 t5617 t5702 t5811 t5814 t5815 t6008 t6041 t6120 t6134 t7001 t7003 t7060 t7064 t7112 t7300 t7400 t7401 t7403 t7405 t7406 t7407 t7408 t7409 t7410 t7411 t7412 t7413 t7414 t7415 t7416 t7417 t7418 t7419 t7506 t7507 t7508 t7610 t7613 t7700 t7701 t7800 t7814 t9300 t9350
|
||||
#fixed 2
|
||||
#success 19182
|
||||
#failed 1042
|
||||
#broken 236
|
||||
#total 20841
|
||||
|
||||
# x86_gcc2
|
||||
#failed test(s): t0005 t0006 t0090 t0210 t0301 t0302 t0410 t1013 t1060 t1100 t1300 t1305 t1306 t1308 t1309 t1400 t1500 t1501 t1510 t1512 t2013 t2400 t2403 t3007 t3200 t3203 t3205 t3206 t3420 t3426 t3512 t3513 t3600 t3903 t3906 t4014 t4015 t4027 t4034 t4059 t4060 t4064 t4067 t4137 t4202 t4203 t4207 t4208 t4209 t4210 t4214 t4255 t5003 t5300 t5310 t5317 t5318 t5322 t5409 t5410 t5505 t5510 t5516 t5525 t5526 t5545 t5562 t5572 t5601 t5604 t5605 t5614 t5616 t5617 t5702 t5811 t5813 t5814 t5815 t6006 t6008 t6036 t6041 t6112 t6120 t6132 t6134 t6135 t6300 t6500 t7001 t7003 t7004 t7011 t7060 t7064 t7112 t7300 t7400 t7401 t7403 t7405 t7406 t7407 t7408 t7409 t7410 t7411 t7412 t7413 t7414 t7415 t7416 t7417 t7418 t7419 t7506 t7507 t7508 t7610 t7613 t7700 t7701 t7800 t7810 t7811 t7814 t7815 t7816 t8001 t8012 t9300 t9350 t9902
|
||||
#fixed 2
|
||||
#success 18744
|
||||
#failed 1392
|
||||
#broken 236
|
||||
#total 20841
|
||||
|
||||
cat << DONE
|
||||
!!Make sure to configure the debug_server in \
|
||||
~/config/settings/system/debug_server/settings:
|
||||
executable_actions {
|
||||
/sources/git-* kill
|
||||
}
|
||||
DONE
|
||||
makeGit test
|
||||
}
|
||||
|
||||
@@ -196,3 +196,27 @@ index b074d1a..0f95000 100755
|
||||
--
|
||||
2.19.1
|
||||
|
||||
From 1a765af9aa140dc7232eebc2a09963abc49e4769 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Fri, 29 Nov 2019 21:46:54 +0100
|
||||
Subject: ignore test failures.
|
||||
|
||||
---
|
||||
t/Makefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/t/Makefile b/t/Makefile
|
||||
index c83fd18..88e0c41 100644
|
||||
--- a/t/Makefile
|
||||
+++ b/t/Makefile
|
||||
@@ -53,7 +53,7 @@ prove: pre-clean check-chainlint $(TEST_LINT)
|
||||
$(MAKE) clean-except-prove-cache
|
||||
|
||||
$(T):
|
||||
- @echo "*** $@ ***"; '$(TEST_SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
|
||||
+ - @echo "*** $@ ***"; '$(TEST_SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
|
||||
|
||||
pre-clean:
|
||||
$(RM) -r '$(TEST_RESULTS_DIRECTORY_SQ)'
|
||||
--
|
||||
2.24.0
|
||||
|
||||
Reference in New Issue
Block a user