Changes between Version 23 and Version 24 of Projects/GCCGoRTEMS
- Timestamp:
- Jul 26, 2010, 11:12:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/GCCGoRTEMS
v23 v24 155 155 {{{ 156 156 go.test/test/chan/goroutines.go execution 157 go.test/test/chan/powser2.go execution158 go.test/test/mallocfin.go execution159 157 go.test/test/sigchld.go compilation 160 158 go.test/test/stack.go execution … … 162 160 }}} 163 161 164 These testcases remain untested due to their high memory requirements, which is unreasonable in the case of embedded applications, and hence, not feasible for RTEMS. 162 These testcases remain untested due to their high memory requirements, which is unreasonable in the case of embedded applications, and hence, not feasible for RTEMS. The problem with sigchld.go is not high memory requirement, but it uses a feature missing in RTEMS, specifically the syscall wrapper function to invoke any syscall. 165 163 == Board-specific testcases == 166 164