# Issue #19225
test262/data/other_tests/built-ins/Date/UTC/fp-evaluation-order.js

# Issue #19223
test262/data/other_tests/built-ins/Date/prototype/setDate/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setHours/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setMinutes/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setMonth/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setSeconds/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setSeconds/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setUTCDate/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setUTCHours/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setUTCMilliseconds/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setUTCMinutes/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setUTCMonth/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setUTCSeconds/arg-coercion-order.js
# --- end of Issue #19223

# Issue #19228
test262/data/other_tests/built-ins/Date/prototype/setDate/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setHours/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setMilliseconds/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setMinutes/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setMonth/this-value-invalid-date.js
test262/data/other_tests/built-ins/Date/prototype/setSeconds/arg-coercion-order.js
test262/data/other_tests/built-ins/Date/prototype/setSeconds/this-value-invalid-date.js
# --- end of Issue #19228

# Issue 11781
# After shielding and fixing the daylight saving time issue, the test262 test cases below need to be excluded.  
# Because these cases mistakenly assumes that China's time zone from 1900 to 1927 was UTC+08:05. But in reality,
# during that period, China's time zone was UTC+08:05:43.
test262/data/other_tests/built-ins/Date/S15.9.3.1_A5_T1.js
test262/data/other_tests/built-ins/Date/S15.9.3.1_A5_T2.js
test262/data/other_tests/built-ins/Date/S15.9.3.1_A5_T3.js
test262/data/other_tests/built-ins/Date/S15.9.3.1_A5_T4.js
test262/data/other_tests/built-ins/Date/S15.9.3.1_A5_T5.js
test262/data/other_tests/built-ins/Date/S15.9.3.1_A5_T6.js
# --- end of Issue 11781