Skip to content

Commit a4d681b

Browse files
committed
docs: update tck tests
1 parent 764a2a6 commit a4d681b

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

docs/tck-results.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
{
2-
"passes": 1594,
2+
"passes": 1595,
33
"pending": 320,
4-
"failures": 82,
5-
"tests": 1996,
4+
"failures": 101,
5+
"tests": 2016,
66
"failedTests": [
77
"tck - 0050-feel-abs-function-test-01.xml - 011 - abs(duration(\"-P1D\")) === duration(\"P1D\") ",
88
"tck - 0050-feel-abs-function-test-01.xml - 011_a - abs(duration(\"P1D\")) === duration(\"P1D\") ",
99
"tck - 0050-feel-abs-function-test-01.xml - 012 - abs(duration(\"-P1Y\")) === duration(\"P1Y\") ",
1010
"tck - 0050-feel-abs-function-test-01.xml - 012_a - abs(duration(\"P1Y\")) === duration(\"P1Y\") ",
11-
"tck - 0068-feel-equality-test-01.xml - time_009 - time(\"10:30:00+01:00\") = time(\"10:30:00@Europe/Paris\") === true ",
11+
"tck - 0068-feel-equality-test-01.xml - number_008 - 12300 = 1.23e4 === true ",
12+
"tck - 0068-feel-equality-test-01.xml - number_009 - 12300 = 1.23e+4 === true ",
13+
"tck - 0068-feel-equality-test-01.xml - number_010 - 0.000123 = 1.23e-4 === true ",
1214
"tck - 0068-feel-equality-test-01.xml - ym_duration_006 - duration(\"P1Y\") = duration(\"P365D\") === null ",
15+
"tck - 0068-feel-equality-test-01.xml - range_006 - (< 10) = (null..10) === false ",
16+
"tck - 0068-feel-equality-test-01.xml - range_007 - (<= 10) = (null..10] === false ",
17+
"tck - 0068-feel-equality-test-01.xml - range_008 - (> 10) = (10..null) === false ",
18+
"tck - 0068-feel-equality-test-01.xml - range_009 - (>= 10) = [10..null) === false ",
19+
"tck - 0068-feel-equality-test-01.xml - range_010 - (=10) = [10..10] === false ",
20+
"tck - 0068-feel-equality-test-01.xml - range_011 - (=10) = (=10) === true ",
21+
"tck - 0068-feel-equality-test-01.xml - range_012 - (!=10) = (!=10) === true ",
1322
"tck - 0074-feel-properties-test-01.xml - dateTime_008 - date and time(\"2018-12-10T10:30:00+05:00\").time offset === duration(\"PT5H\") ",
1423
"tck - 0074-feel-properties-test-01.xml - dateTime_009 - date and time(\"2018-12-10T10:30:00@Etc/UTC\").timezone === \"Etc/UTC\" ",
1524
"tck - 0074-feel-properties-test-01.xml - time_004 - time(\"10:30:00+05:00\").time offset === duration(\"PT5H\") ",
@@ -27,6 +36,18 @@
2736
"tck - 0079-feel-string-function-test-01.xml - ym_duration_002 - string(duration(\"-P1Y\")) === \"-P1Y\" ",
2837
"tck - 0079-feel-string-function-test-01.xml - ym_duration_003 - string(duration(\"P0Y\")) === \"P0M\" ",
2938
"tck - 0084-feel-for-loops-test-01.xml - decision_015 - for x in [ [1,2], [3,4] ], y in x return y === [1,2,3,4] ",
39+
"tck - 0084-feel-for-loops-test-01.xml - decision_017 - for i in @\"1980-01-01\"..@\"1980-01-03\" return i === [date(\"1980-01-01\"),date(\"1980-01-02\"),date(\"1980-01-03\")] ",
40+
"tck - 0084-feel-for-loops-test-01.xml - decision_018 - for i in @\"1980-01-03\"..@\"1980-01-01\" return i === [date(\"1980-01-03\"),date(\"1980-01-02\"),date(\"1980-01-01\")] ",
41+
"tck - 0084-feel-for-loops-test-01.xml - decision_019 - for i in \"a\"..\"z\" return i === null ",
42+
"tck - 0084-feel-for-loops-test-01.xml - decision_019_a - for i in [\"a\"..\"z\"] return i === null ",
43+
"tck - 0084-feel-for-loops-test-01.xml - decision_020 - for i in @\"1980-01-03T00:00:00\"..@\"1980-01-01T00:00:00\" return i === null ",
44+
"tck - 0084-feel-for-loops-test-01.xml - decision_020_a - for i in [@\"1980-01-03T00:00:00\"..@\"1980-01-01T00:00:00\"] return i === null ",
45+
"tck - 0084-feel-for-loops-test-01.xml - decision_021 - for i in @\"00:00:00\"..@\"00:00:00\" return i === null ",
46+
"tck - 0084-feel-for-loops-test-01.xml - decision_021_a - for i in [@\"00:00:00\"..@\"00:00:00\"] return i === null ",
47+
"tck - 0084-feel-for-loops-test-01.xml - decision_022 - for i in @\"P1D\"..@\"P2D\" return i === null ",
48+
"tck - 0084-feel-for-loops-test-01.xml - decision_022_a - for i in [@\"P1D\"..@\"P2D\"] return i === null ",
49+
"tck - 0084-feel-for-loops-test-01.xml - decision_024 - for i in [@\"1980-01-01\"..@\"1980-01-03\"] return i === [date(\"1980-01-01\"),date(\"1980-01-02\"),date(\"1980-01-03\")] ",
50+
"tck - 0084-feel-for-loops-test-01.xml - decision_025 - for i in [2..1] return i === null ",
3051
"tck - 0093-feel-at-literals-test-01.xml - date_001 - @\"2019-03-31\" instance of date === true ",
3152
"tck - 0093-feel-at-literals-test-01.xml - time_001 - @\"10:30:11\" instance of time === true ",
3253
"tck - 0093-feel-at-literals-test-01.xml - time_003 - @\"10:30:11+11:00\" instance of time === true ",
@@ -35,8 +56,6 @@
3556
"tck - 0103-feel-is-function-test-01.xml - date_005 - is(@\"2012-12-25\", @\"2012-12-25T00:00:00Z\") === false ",
3657
"tck - 0103-feel-is-function-test-01.xml - zero_duration_001 - is(@\"P0Y\", @\"P0D\") === false ",
3758
"tck - 1100-feel-decimal-function-test-01.xml - 002_f4ed9cd487 - decimal(1/3, 2.5) === 0.33 ",
38-
"tck - 1100-feel-decimal-function-test-01.xml - 003_2d50ec7ffc - decimal(1.5, 0) === 2 ",
39-
"tck - 1100-feel-decimal-function-test-01.xml - 007_49f7a22058 - decimal(0.515, 2) === 0.52 ",
4059
"tck - 1115-feel-date-function-test-01.xml - 004_f24ed41117 - date(2017,null,1) === null ",
4160
"tck - 1115-feel-date-function-test-01.xml - 005_3540a22062 - date(2017,1,null) === null ",
4261
"tck - 1115-feel-date-function-test-01.xml - 008_492649d3d0 - date(2017,null,null) === null ",

docs/tck-results.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)