Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534 
was reviewed by Mohamed Hassan

--
  
Mohamed Hassan started a new discussion on 
spec/build/testsuites/psxtests/psximfs03.yml: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126346

 > +cflags: []
 > +copyrights:
 > +- Copyright (C) 2025 embedded brains GmbH & Co. KG

Add your name and your email possibly.

--
  
Mohamed Hassan started a new discussion on 
testsuites/psxtests/psximfs03/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126347

 > +  char *block = freelist;
 > +  freelist = *freelist;
 > +  memset(block, val, size);

where `val` and `size` are declared.

--
  
Mohamed Hassan started a new discussion on 
testsuites/psxtests/psximfs03/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126348

 > +  init_memory();
 > +
 > +  open_it();

function signature is incorrect.

--
  
Mohamed Hassan started a new discussion on 
testsuites/psxtests/psximfs03/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534#note_126349

 > +  /* open the file */
 > +  puts( "open(" FILE_NAME ") - OK " );
 > +  TestFd = open( FILE_NAME, flag, 0777 );

`TestFd` isn't declared in this scope.


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/534
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to