Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. + Of the failures these aren't in the transient category
  2.  
  3. 171a173,174
  4. > hphp/test/slow/is_expression/is-expression-function.php | F | F | F | F | F | F |
  5. > hphp/test/slow/is_expression/is-expression-soft.php | F | F | F | F | F | F |
  6. 176a180
  7. > hphp/test/slow/is_expression/is-expression-varray-or-darray.php | F | F | F | F | F | F |
  8. 178a183,188
  9. > hphp/test/slow/sealed/sealed_classes10.php | F | F | F | F | F | F |
  10. > hphp/test/slow/sealed/sealed_classes11.php | F | F | F | F | F | F |
  11. > hphp/test/slow/sealed/sealed_classes12.php | F | F | F | F | F | F |
  12. > hphp/test/slow/sealed/sealed_classes13.php | F | F | F | F | F | F |
  13. > hphp/test/slow/sealed/sealed_classes6.php | F | F | F | F | F | F |
  14. > hphp/test/slow/sealed/sealed_classes7.php | F | F | F | F | F | F |
  15.  
  16. + picked one.
  17.  
  18. swalk@lab1:/data2/swalk/play.052218a/hhvm$ ./hphp/hhvm/hhvm -c /data2/swalk/play.052218a/hhvm/hphp/test/slow/config.ini -vEval.EnableArgsInBacktraces=true -vEval.EnableIntrinsicsExtension=true -vRepo.Local.Mode=-- -vRepo.Central.Path=/data2/swalk/play.052218a/hhvm/hphp/hhvm/verify.hhbc -vEval.Jit=0 -vEval.ProfileHWEnable=false -vEval.HackCompilerExtractPath=/data2/swalk/play.052218a/hhvm/hphp/hhvm/hackc_%{schema} -vResourceLimit.CoreFileSize=0 --file 'hphp/test/slow/sealed/sealed_classes10.php'
  19.  
  20. Fatal error: Class SomeTrait2 may not inherit from sealed interface (SomeInterface) without being in the whitelist in /data2/swalk/play.052218a/hhvm/hphp/test/slow/sealed/sealed_classes10.php on line 6
  21.  
  22. Build:
  23. Commit: 30198bb88a7a8520a3b660ef7f4ba4f03f59a445
  24. File | interp | interp -r | jit -a '-vEval.JitPGO=0' | jit -r -a '-vEval.JitPGO=0' | jit -a '-vEval.JitPGO=1' | jit -r -a '-vEval.JitPGO=1' |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement