1 NAME = "platform_SimpleMemoryPressure" 2 PURPOSE = "Verify tab discarding occurs and is sane." 3 CRITERIA = """ 4 This test fails if it times out or if the kernel crashes. 5 """ 6 7 AUTHOR="Luigi Semenzato" 8 TIME = "MEDIUM" 9 TEST_CATEGORY = "Functional" 10 TEST_CLASS = "platform" 11 TEST_TYPE = "client" 12 DOC = """ 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 18 job.run_test('platform_MemoryPressure', flavor='simple') 19