Skip to content

[JS] Try to guess what the date is when it doesn't follow the given format (issue #15490)#15493

Merged
calixteman merged 1 commit intomozilla:masterfrom
calixteman:15490
Sep 22, 2022
Merged

[JS] Try to guess what the date is when it doesn't follow the given format (issue #15490)#15493
calixteman merged 1 commit intomozilla:masterfrom
calixteman:15490

Conversation

@calixteman
Copy link
Contributor

We use the format to guess in which order we can find month, day, ... we get the numbers in the date and consider them as month, day, ...

@Snuffleupagus
Copy link
Collaborator

/botio unittest

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

Command cmd_unittest from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.241.84.105:8877/963c56a5e12b849/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_unittest from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.193.163.58:8877/1cc1fbb4d47153e/output.txt

@Snuffleupagus
Copy link
Collaborator

/botio integrationtest

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

Command cmd_integrationtest from @Snuffleupagus received. Current queue size: 1

Live output at: http://54.241.84.105:8877/4e60a020191f1ee/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_integrationtest from @Snuffleupagus received. Current queue size: 1

Live output at: http://54.193.163.58:8877/ccfd32f35b8ad90/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Success

Full output at http://54.241.84.105:8877/963c56a5e12b849/output.txt

Total script time: 3.17 mins

  • Unit Tests: Passed

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Failed

Full output at http://54.241.84.105:8877/4e60a020191f1ee/output.txt

Total script time: 5.06 mins

  • Integration Tests: FAILED

@pdfjsbot
Copy link

From: Bot.io (Windows)


Success

Full output at http://54.193.163.58:8877/1cc1fbb4d47153e/output.txt

Total script time: 12.21 mins

  • Unit Tests: Passed

@pdfjsbot
Copy link

From: Bot.io (Windows)


Failed

Full output at http://54.193.163.58:8877/ccfd32f35b8ad90/output.txt

Total script time: 12.18 mins

  • Integration Tests: FAILED

…ormat (issue mozilla#15490)

We use the format to guess in which order we can find month, day, ... we get the numbers
in the date and consider them as month, day, ...
@calixteman
Copy link
Contributor Author

Oh I missed your approval, sorry for the noise.

@calixteman
Copy link
Contributor Author

/botio unittest

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

Command cmd_unittest from @calixteman received. Current queue size: 0

Live output at: http://54.241.84.105:8877/a9b27fa0760a86c/output.txt

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_unittest from @calixteman received. Current queue size: 0

Live output at: http://54.193.163.58:8877/c47e7d787a99793/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Success

Full output at http://54.241.84.105:8877/a9b27fa0760a86c/output.txt

Total script time: 3.32 mins

  • Unit Tests: Passed

@pdfjsbot
Copy link

From: Bot.io (Windows)


Success

Full output at http://54.193.163.58:8877/c47e7d787a99793/output.txt

Total script time: 17.71 mins

  • Unit Tests: Passed

@calixteman calixteman merged commit 9bdcdee into mozilla:master Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Form Field with date format is handled incorrectly for different browsers.

3 participants