fjpanag commented on PR #7440:
URL: https://github.com/apache/incubator-nuttx/pull/7440#issuecomment-1293778145

   @pkarashchenko This commit made our internal tests fail.
   
   Specifically, I am running the Lua v5.2 test suite and it gives me the 
following message:
   
   ```
   /mnt/sdcard0/files.lua:572: assertion failed!
   ```
   
   This is the offending line:
   
   ```
   local t = os.time()
   D = os.date("*t", t)
   
   assert(os.time(D) == t)  -- This line here fails!
   ```
   
   I can track this down, and get the actual NuttX issue hidden behind the Lua 
libraries, but unfortunately due to a national holiday, this will have to wait 
till Monday.
   
   Unless you can troubleshoot this sooner...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to