| Index: test/cctest/cctest.status
 | 
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
 | 
| index eca3419d97038f000956fcab0e019a95e4b0abfd..d01a2474d4298d27f08b50568d40d4986be575a6 100644
 | 
| --- a/test/cctest/cctest.status
 | 
| +++ b/test/cctest/cctest.status
 | 
| @@ -451,6 +451,14 @@
 | 
|  }],  # 'system == aix and arch == ppc64'
 | 
|  
 | 
|  ##############################################################################
 | 
| +['system == aix or (arch == ppc64 and byteorder == big)', {
 | 
| +
 | 
| +  # Test currently broken for platforms with function desciptors
 | 
| +  'test-run-machops/RunComputedCodeObject' : [SKIP],
 | 
| +
 | 
| +}],  # 'system == aix or (arch == ppc64 and byteorder == big)'
 | 
| +
 | 
| +##############################################################################
 | 
|  ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
 | 
|  
 | 
|    # Pass but take too long with the simulator.
 | 
| 
 |