• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1NAME = "platform_SimpleMemoryPressure"
2PURPOSE = "Verify tab discarding occurs and is sane."
3CRITERIA = """
4This test fails if it times out or if the kernel crashes.
5"""
6
7AUTHOR="Luigi Semenzato"
8TIME = "MEDIUM"
9TEST_CATEGORY = "Functional"
10TEST_CLASS = "platform"
11TEST_TYPE = "client"
12DOC = """
13  This test opens tabs until a tab discard occurs.
14  Each tab contains JS code which allocates and
15  touches large arrays.
16"""
17
18job.run_test('platform_MemoryPressure', flavor='simple')
19