Temporarily disable a few test262 tests in automatic testing. (#1662)

Those tests are related the actual daylight saving adjustment.
Related issue: #1661

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2017-03-14 15:26:56 +01:00
committed by GitHub
parent 1b4426fd2a
commit 202a88bbeb
2 changed files with 12 additions and 0 deletions
@@ -312,6 +312,10 @@ ecma_date_daylight_saving_ta (jerry_time_zone_t *tz, /**< time zone information
{
JERRY_ASSERT (!ecma_number_is_nan (time));
/*
* TODO: Fix daylight saving calculation.
* https://github.com/jerryscript-project/jerryscript/issues/1661
*/
return tz->daylight_saving_time * ECMA_DATE_MS_PER_HOUR;
} /* ecma_date_daylight_saving_ta */