-
-
Notifications
You must be signed in to change notification settings - Fork 424
Several Test Suite fails for modules, structures, datatypes #596
Comments
We run a CI system that runs the full test suite on every commit, so to the best of our knowledge there aren't any problems. However, sometimes there are local conditions and configurations that will cause problems. However, It's difficult to tell if you're doing something wrong without seeing the actual failures. |
Some of the failed tests which I encountered are the following:
There are some failed testcases in test_time which are:
|
Ok - there are two sources of problems here. The errors with The time-related errors indicate there's a problem either with the timezone configuration on your computer, or with the way we're evaluating daylight saving time. This is a difficult one to diagnose without knowing exactly what timezone you're in, what timezone your computer is set to, and what timezone your browser is reporting. This is an area we've had a lot of troubles with, because timezones are such a pain. I thought we'd sorted them all out, but if you're having problems... maybe we haven't. The best help you can provide here is to open the sandbox, run the following code:
set a breakpoint in modules/time.js, and tell us exactly which branches are executed, what |
Oops - apologies - I closed this accidentally. |
After running the test suite in python3.4 environment still there are some errors which are as follows:
And the errors in test_time are :
Also, please provide the code which you want me to run after opening the sandbox. There is nothing provided in the previous comment |
I am also seeing these errors in test_time on windows with python 3. Will check to get more details. |
I am a first time contributor and wanted to contribute to this project. According to the contribution guide i ran the test suite on my machine. And I found several test failures in tests.modules, tests.structures.test_generator, tests.datatypes . All these test suites i have ran on Linux Mint 18, python 3.5.2.
Am I doing something wrong? If yes, how can I solve this problem?
The text was updated successfully, but these errors were encountered: