-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Can't get a perfect score for the tests, what's going on here? #11985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Should my press site falter due to these unsuccessful trials, I shall be profoundly disheartened. I urgently demand immediate attention to this matter. Furthermore, this is precisely why I harbor disdain towards any form of scripting language. It lacks the authenticity of genuine programming and instead perpetuates deceit, thereby trivializing the essence of true engineering. I hate php, I hate typescript, I hate javascript, I hate all scripts. I am not having a good time right now. Please review the php build info here. A copy of the info is below although may malformed in display. If no response in the next 3 business days I will escalate. Smh @aws
Configurationbcmath
bz2
calendar
cgi-fcgi
Core
ctype
curl
date
dba
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
hash
iconv
imagick
intl
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_pgsql
pdo_sqlite
pgsql
Phar
posix
random
readline
Reflection
session
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib
Additional Modules
Environment
PHP Variables
PHP Credits
PHP License
|
The failures might be specific to your OS setup, I don't know. The tests will need to be fixed, but why are you building beta3? Do you have the same issues with PHP 8.2.9? |
Hello @alecpl, thanks for responding: I appreciate your help. My OS setup shouldn't be causing this, I'm not using anything special: it's just Ubuntu 22.04 LTS. Why am I building beta3? I really just prefer using the latest stuff. In terms of these tests failing, I am pretty sure they fail regardless of build version since I have seen these same tests fail for version 8.2. If the case is there tests need fixing I can look into it. I really just have a pet peeve against failing tests that don't really fail for the right reasons. It just makes development much more difficult than it should be. These build tests should be making code changes easier not more confusing. I'll take look at the tests since it seems like there's a lack of eyes on maintaining them. I can't make any promises of any progress though. I'll update if I find anything regarding these tests and possible bugs within. |
@alecpl You know, I am looking at these tests and they make absolutely no sense to me. I can't make out any kind of organization or architecture involving the test suites, other than they are grouped by name and ran alphabetically. I would think about just getting rid of them and starting over with the same kind of architecture spirit involved with designing a fake programming language. @aws smh... |
You can skip TTY tests with by setting the |
No feedback was provided. The issue is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so. Thank you. |
Description
I'm trying build the latest tagged release of PHP. I'm following along your prompts and so I run
make test
like your prompts suggested.To my dismay it looks like there are eight tests failing right now. If these tests aren't supposed to matter then why aren't they skipped? I am concerned that this puts my build of php at risk.
I need to understand what's going on and why it's so hard to do a simple build of this package.
PHP Version
PHP 8.3.0beta3
Operating System
Ubuntu 22.04.3 LTS
The text was updated successfully, but these errors were encountered: