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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user