You are not logged in.
Pages: 1
I have a few errors running the mORMot test project off a fresh download.
The first failing test output is
! - TRawUTF8Interning: 2 / 2,000,013 FAILED 27.84s
500000 interning 8 KB in 36.89ms i.e. 13,552,339/s, aver. 0us, 206.7 MB/s
500000 direct 7.6 MB in 10.82ms i.e. 46,180,844/s, aver. 0us, 704.6 MB/s
The second failing situation is due to timeout with a break point that I cant seem to clear. I screen grabbed it, but this forum doesnt support images. Email me if you want it.
I am running Windows 10 on a laptop.
Delphi XE3.
I added the paths as directed for both 32 and 64 bit. This is a 32 bit debug build
I should add that I did register TestSql3Register project
Thanks
Last edited by MichaelR (2019-12-04 03:38:35)
Offline
Standard English install, no code page changes. I am not sure how to check the one it is using.
Language setting is ENG US keyboard.
I found the code page, 437. I dont change it.
Last edited by MichaelR (2019-12-04 20:41:26)
Offline
I am not able to reproduce with XE4.
Check https://gist.github.com/synopse/072bcf8 … e36a827cb3
Here my code page is 1252 (as reported in the TestSQL3 console).
Offline
Pages: 1