Skip to content
Snippets Groups Projects
  1. Aug 13, 2018
  2. May 31, 2018
  3. May 12, 2018
  4. May 03, 2018
  5. Mar 23, 2018
  6. Mar 13, 2018
  7. Mar 07, 2018
  8. Mar 06, 2018
  9. Feb 23, 2018
  10. Feb 15, 2018
  11. Feb 09, 2018
  12. Jan 11, 2018
  13. Jan 10, 2018
  14. Jan 05, 2018
  15. Nov 01, 2017
  16. Sep 22, 2017
  17. Sep 08, 2017
  18. Sep 07, 2017
  19. Sep 05, 2017
  20. Aug 24, 2017
  21. May 17, 2017
    • Leo Balter's avatar
      Remove more unnecessary tests · 06f2f3e8
      Leo Balter authored
      These tests are not helpful for their respective APIs being tested.
      
      They don't add any coverage for the built-in apis and basically check
      behaviors that might conflict with a implementation defined global.
      Unverified
      06f2f3e8
  22. May 01, 2017
  23. Apr 27, 2017
  24. Apr 13, 2017
  25. Apr 06, 2017
  26. Mar 14, 2017
  27. Mar 01, 2017
  28. Jan 20, 2017
  29. Oct 24, 2016
    • jugglinmike's avatar
      Add tests for realm interactions (#688) · 71e573f7
      jugglinmike authored
      * Add tests for prototype realm inference
      
      * Add tests for miscellaneous realm concerns
      
      * Add tests for realm of spec-created Errors
      
      In some cases, Error objects produced by the specification are
      observable from ECMAScript code. Among these cases, some are further
      differentiated in that they occur outside of any built-in function and
      may be triggered through syntactic production directly. The current
      realm record is commonly interpreted incorrectly under these
      circumstances.
      
      Add tests asserting that the expected realm record is used when
      constructing such Error objects.
      
      * Add tests for realm use in ArraySpeciesCreate
      
      * Add tests for function realm retrieval
      
      * Add tests for cross-realm behaviors of Symbols
      
      * Add tests for GetValue and PutValue
      
      * Add tests for realm of spec-created Arrays
      
      In some cases, Arrays produced by CreateArrayFromList are observable
      from ECMAScript code. Among these cases, two occur outside of any
      built-in function and may be triggered through syntactic production
      directly. The current realm record is commonly interpreted incorrectly
      under these circumstances.
      
      Add tests asserting that the expected realm record is used when
      constructing arrays.
      
      * Add test for spec-created object
      
      * fixup! Add tests for realm of spec-created Errors
      
      * fixup! Add tests for realm of spec-created Errors
      
      * fixup! Add tests for prototype realm inference
      
      * fixup! Add tests for miscellaneous realm concerns
      71e573f7
  30. Aug 30, 2016
  31. Aug 01, 2016
  32. Jul 06, 2016
  33. Jul 01, 2016
  34. Jun 15, 2016
  35. Jun 10, 2016
Loading