Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds calendar functions #2469

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Updated test

03f7025
Select commit
Loading
Failed to load commit list.
Draft

Adds calendar functions #2469

Updated test
03f7025
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Power-Fx PR (PFX) failed Jun 11, 2024 in 27m 55s

Build #20240611.10 had test failures

Details

Tests

  • Failed: 19 (0.02%)
  • Passed: 115,969 (99.46%)
  • Other: 614 (0.53%)
  • Total: 116,602
Code coverage

  • 61039 of 77162 blocks covered (79.10%)
  • 43530 of 56255 lines covered (77.38%)

Annotations

Check failure on line 3553 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Build log #L3553

[xUnit.net 00:01:20.75]     TextCalendarFunctions(cultureName: "zh-TW", monthsLong: "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月", monthsShort: "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月", weekdaysLong: "星期日,星期一,星期二,星期三,星期四,星期五,星期六", weekdaysShort: "週日,週一,週二,週三,週四,週五,週六") [FAIL]

Check failure on line 3570 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Build log #L3570

[xUnit.net 00:01:20.78]     TextCalendarFunctions(cultureName: "ko-KR", monthsLong: "1월,2월,3월,4월,5월,6월,7월,8월,9월,10월,11월,12월", monthsShort: "1월,2월,3월,4월,5월,6월,7월,8월,9월,10월,11월,12월", weekdaysLong: "일요일,월요일,화요일,수요일,목요일,금요일,토요일", weekdaysShort: "일,월,화,수,목,금,토") [FAIL]

Check failure on line 3587 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Build log #L3587

[xUnit.net 00:01:20.79]     TextCalendarFunctions(cultureName: "lv-LV", monthsLong: "janvāris,februāris,marts,aprīlis,maijs,jūnijs,jūli"···, monthsShort: "janv,febr,marts,apr,maijs,jūn,jūl,aug,sept,okt,nov"···, weekdaysLong: "Svētdiena,Pirmdiena,Otrdiena,Trešdiena,Ceturtdiena"···, weekdaysShort: "Svētd,Pirmd,Otrd,Trešd,Ceturtd,Piektd,Sestd") [FAIL]

Check failure on line 3604 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Build log #L3604

[xUnit.net 00:01:20.79]     TextCalendarFunctions(cultureName: "hi-IN", monthsLong: "जनवरी,फ़रवरी,मार्च,अप्रैल,मई,जून,जुलाई,अगस्त,सितंब"···, monthsShort: "जन॰,फ़र॰,मार्च,अप्रैल,मई,जून,जुल॰,अग॰,सित॰,अक्तू॰,"···, weekdaysLong: "रविवार,सोमवार,मंगलवार,बुधवार,गुरुवार,शुक्रवार,शनिव"···, weekdaysShort: "रवि,सोम,मंगल,बुध,गुरु,शुक्र,शनि") [FAIL]

Check failure on line 1 in Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "th-TH", monthsLong: "มกราคม,กุมภาพันธ์,มีนาคม,เมษายน,พฤษภาคม,มิถุนายน,ก"···, monthsShort: "ม.ค,ก.พ,มี.ค,เม.ย,พ.ค,มิ.ย,ก.ค,ส.ค,ก.ย,ต.ค,พ.ย,ธ.ค", weekdaysLong: "วันอาทิตย์,วันจันทร์,วันอังคาร,วันพุธ,วันพฤหัสบดี,"···, weekdaysShort: "อา,จ,อ,พ,พฤ,ศ,ส")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "th-TH", monthsLong: "มกราคม,กุมภาพันธ์,มีนาคม,เมษายน,พฤษภาคม,มิถุนายน,ก"···, monthsShort: "ม.ค,ก.พ,มี.ค,เม.ย,พ.ค,มิ.ย,ก.ค,ส.ค,ก.ย,ต.ค,พ.ย,ธ.ค", weekdaysLong: "วันอาทิตย์,วันจันทร์,วันอังคาร,วันพุธ,วันพฤหัสบดี,"···, weekdaysShort: "อา,จ,อ,พ,พฤ,ศ,ส")

Test failed

Check failure on line 1 in Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "ja-JP", monthsLong: "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月", monthsShort: "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月", weekdaysLong: "日曜日,月曜日,火曜日,水曜日,木曜日,金曜日,土曜日", weekdaysShort: "日,月,火,水,木,金,土")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "ja-JP", monthsLong: "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月", monthsShort: "1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月", weekdaysLong: "日曜日,月曜日,火曜日,水曜日,木曜日,金曜日,土曜日", weekdaysShort: "日,月,火,水,木,金,土")

Test failed

Check failure on line 1 in Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "es-ES", monthsLong: "enero,febrero,marzo,abril,mayo,junio,julio,agosto,"···, monthsShort: "ene,feb,mar,abr,may,jun,jul,ago,sept,oct,nov,dic", weekdaysLong: "domingo,lunes,martes,miércoles,jueves,viernes,sába"···, weekdaysShort: "dom,lun,mar,mié,jue,vie,sáb")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "es-ES", monthsLong: "enero,febrero,marzo,abril,mayo,junio,julio,agosto,"···, monthsShort: "ene,feb,mar,abr,may,jun,jul,ago,sept,oct,nov,dic", weekdaysLong: "domingo,lunes,martes,miércoles,jueves,viernes,sába"···, weekdaysShort: "dom,lun,mar,mié,jue,vie,sáb")

Test failed

Check failure on line 1 in Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "vi-VN", monthsLong: "Tháng 1,Tháng 2,Tháng 3,Tháng 4,Tháng 5,Tháng 6,Th"···, monthsShort: "Thg 1,Thg 2,Thg 3,Thg 4,Thg 5,Thg 6,Thg 7,Thg 8,Th"···, weekdaysLong: "Chủ Nhật,Thứ Hai,Thứ Ba,Thứ Tư,Thứ Năm,Thứ Sáu,Thứ"···, weekdaysShort: "CN,Th 2,Th 3,Th 4,Th 5,Th 6,Th 7")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Power-Fx PR (PFX)

Microsoft.PowerFx.Tests.LanguageTest.TextCalendarFunctions(cultureName: "vi-VN", monthsLong: "Tháng 1,Tháng 2,Tháng 3,Tháng 4,Tháng 5,Tháng 6,Th"···, monthsShort: "Thg 1,Thg 2,Thg 3,Thg 4,Thg 5,Thg 6,Thg 7,Thg 8,Th"···, weekdaysLong: "Chủ Nhật,Thứ Hai,Thứ Ba,Thứ Tư,Thứ Năm,Thứ Sáu,Thứ"···, weekdaysShort: "CN,Th 2,Th 3,Th 4,Th 5,Th 6,Th 7")

Test failed