|
1 | 1 | { |
2 | | - "passes": 1594, |
| 2 | + "passes": 1595, |
3 | 3 | "pending": 320, |
4 | | - "failures": 82, |
5 | | - "tests": 1996, |
| 4 | + "failures": 101, |
| 5 | + "tests": 2016, |
6 | 6 | "failedTests": [ |
7 | 7 | "tck - 0050-feel-abs-function-test-01.xml - 011 - abs(duration(\"-P1D\")) === duration(\"P1D\") ", |
8 | 8 | "tck - 0050-feel-abs-function-test-01.xml - 011_a - abs(duration(\"P1D\")) === duration(\"P1D\") ", |
9 | 9 | "tck - 0050-feel-abs-function-test-01.xml - 012 - abs(duration(\"-P1Y\")) === duration(\"P1Y\") ", |
10 | 10 | "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 ", |
12 | 14 | "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 ", |
13 | 22 | "tck - 0074-feel-properties-test-01.xml - dateTime_008 - date and time(\"2018-12-10T10:30:00+05:00\").time offset === duration(\"PT5H\") ", |
14 | 23 | "tck - 0074-feel-properties-test-01.xml - dateTime_009 - date and time(\"2018-12-10T10:30:00@Etc/UTC\").timezone === \"Etc/UTC\" ", |
15 | 24 | "tck - 0074-feel-properties-test-01.xml - time_004 - time(\"10:30:00+05:00\").time offset === duration(\"PT5H\") ", |
|
27 | 36 | "tck - 0079-feel-string-function-test-01.xml - ym_duration_002 - string(duration(\"-P1Y\")) === \"-P1Y\" ", |
28 | 37 | "tck - 0079-feel-string-function-test-01.xml - ym_duration_003 - string(duration(\"P0Y\")) === \"P0M\" ", |
29 | 38 | "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 ", |
30 | 51 | "tck - 0093-feel-at-literals-test-01.xml - date_001 - @\"2019-03-31\" instance of date === true ", |
31 | 52 | "tck - 0093-feel-at-literals-test-01.xml - time_001 - @\"10:30:11\" instance of time === true ", |
32 | 53 | "tck - 0093-feel-at-literals-test-01.xml - time_003 - @\"10:30:11+11:00\" instance of time === true ", |
|
35 | 56 | "tck - 0103-feel-is-function-test-01.xml - date_005 - is(@\"2012-12-25\", @\"2012-12-25T00:00:00Z\") === false ", |
36 | 57 | "tck - 0103-feel-is-function-test-01.xml - zero_duration_001 - is(@\"P0Y\", @\"P0D\") === false ", |
37 | 58 | "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 ", |
40 | 59 | "tck - 1115-feel-date-function-test-01.xml - 004_f24ed41117 - date(2017,null,1) === null ", |
41 | 60 | "tck - 1115-feel-date-function-test-01.xml - 005_3540a22062 - date(2017,1,null) === null ", |
42 | 61 | "tck - 1115-feel-date-function-test-01.xml - 008_492649d3d0 - date(2017,null,null) === null ", |
|
0 commit comments